Lines Matching full:discovery

9  * Target Discovery
12 * also handles RSCN events and re-discovery if necessary.
49 * @disc: The discovery job to stop remote ports on
67 * @disc: The discovery object to which the RSCN applies
113 * (area, domain, fabric), then do a full discovery in fc_disc_recv_rscn_req()
199 * fc_disc_restart() - Restart discovery
200 * @disc: The discovery object to be restarted
209 FC_DISC_DBG(disc, "Restarting discovery\n"); in fc_disc_restart()
217 * match the value in the fc_rport_priv after discovery for all in fc_disc_restart()
226 * fc_disc_start() - Start discovery on a local port
227 * @lport: The local port to have discovery started on
228 * @disc_callback: Callback function to be called when discovery is complete
248 * fc_disc_done() - Discovery has been completed
249 * @disc: The discovery context
250 * @event: The discovery completion status
258 FC_DISC_DBG(disc, "Discovery complete\n"); in fc_disc_done()
268 * discovery, reverify or log them in. Otherwise, log them out. in fc_disc_done()
293 * @disc: The discovery context
327 * if discovery fails due to lport reset, clear in fc_disc_error()
328 * pending flag so that subsequent discovery can in fc_disc_error()
337 * @disc: The discovery context
370 * @disc: The discovery context
462 "for discovery\n"); in fc_disc_gpn_ft_parse()
471 * fc_disc_timeout() - Handler for discovery timeouts
472 * @work: Structure holding discovery context that needs to retry discovery
488 * @disc_arg: The discovery context
638 * @lport: The local port to initiate discovery on
680 * fc_disc_stop() - Stop discovery for a given lport
681 * @lport: The local port that discovery should stop on
695 * fc_disc_stop_final() - Stop discovery for a given lport
696 * @lport: The lport that discovery should stop on
698 * This function will block until discovery has been
708 * fc_disc_config() - Configure the discovery layer for a local port
709 * @lport: The local port that needs the discovery layer to be configured
710 * @priv: Private data structre for users of the discovery layer
735 * fc_disc_init() - Initialize the discovery layer for a local port
736 * @lport: The local port that needs the discovery layer to be initialized