Lines Matching full:discovery
113 * struct fc_disc_port - temporary discovery port to hold rport identifiers
115 * @peers: Node for list management during discovery and RSCN processing
174 * struct fc_rport_priv - libfc remote port and discovery info
183 * @disc_id: The discovery identifier
247 * @MissDiscAdvCount: Number of missing FIP discovery advertisement
586 * Receive a request for the discovery layer.
593 * Start discovery for a local port.
602 * Stop discovery for a given lport. This will remove
610 * Stop discovery for a given lport. This will block
620 * struct fc_disc - Discovery context
622 * @pending: 1 if discovery is pending, 0 if not
623 * @requested: 1 if discovery has been requested, 0 if not
624 * @seq_count: Number of sequences used for discovery
625 * @buf_len: Length of the discovery buffer
626 * @disc_id: Discovery ID
628 * @priv: Private pointer for use by discovery code
629 * @disc_mutex: Mutex that protects the discovery context
633 * @disc_callback: Callback routine called when discovery completes
670 * @disc: Discovery context
943 * DISCOVERY LAYER