Lines Matching full:discovery
108 * struct fc_disc_port - temporary discovery port to hold rport identifiers
110 * @peers: Node for list management during discovery and RSCN processing
169 * struct fc_rport_priv - libfc remote port and discovery info
178 * @disc_id: The discovery identifier
242 * @MissDiscAdvCount: Number of missing FIP discovery advertisement
571 * Receive a request for the discovery layer.
578 * Start discovery for a local port.
587 * Stop discovery for a given lport. This will remove
595 * Stop discovery for a given lport. This will block
605 * struct fc_disc - Discovery context
607 * @pending: 1 if discovery is pending, 0 if not
608 * @requested: 1 if discovery has been requested, 0 if not
609 * @seq_count: Number of sequences used for discovery
610 * @buf_len: Length of the discovery buffer
611 * @disc_id: Discovery ID
613 * @priv: Private pointer for use by discovery code
614 * @disc_mutex: Mutex that protects the discovery context
618 * @disc_callback: Callback routine called when discovery completes
655 * @disc: Discovery context
922 * DISCOVERY LAYER