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
116 * (area, domain, fabric), then do a full discovery in fc_disc_recv_rscn_req()
202 * fc_disc_restart() - Restart discovery
203 * @disc: The discovery object to be restarted
212 FC_DISC_DBG(disc, "Restarting discovery\n"); in fc_disc_restart()
220 * match the value in the fc_rport_priv after discovery for all in fc_disc_restart()
229 * fc_disc_start() - Start discovery on a local port
230 * @lport: The local port to have discovery started on
231 * @disc_callback: Callback function to be called when discovery is complete
251 * fc_disc_done() - Discovery has been completed
252 * @disc: The discovery context
253 * @event: The discovery completion status
261 FC_DISC_DBG(disc, "Discovery complete\n"); in fc_disc_done()
271 * discovery, reverify or log them in. Otherwise, log them out. in fc_disc_done()
296 * @disc: The discovery context
330 * if discovery fails due to lport reset, clear in fc_disc_error()
331 * pending flag so that subsequent discovery can in fc_disc_error()
340 * @disc: The discovery context
373 * @disc: The discovery context
465 "for discovery\n"); in fc_disc_gpn_ft_parse()
474 * fc_disc_timeout() - Handler for discovery timeouts
475 * @work: Structure holding discovery context that needs to retry discovery
491 * @disc_arg: The discovery context
641 * @lport: The local port to initiate discovery on
683 * fc_disc_stop() - Stop discovery for a given lport
684 * @lport: The local port that discovery should stop on
698 * fc_disc_stop_final() - Stop discovery for a given lport
699 * @lport: The lport that discovery should stop on
701 * This function will block until discovery has been
711 * fc_disc_config() - Configure the discovery layer for a local port
712 * @lport: The local port that needs the discovery layer to be configured
713 * @priv: Private data structre for users of the discovery layer
738 * fc_disc_init() - Initialize the discovery layer for a local port
739 * @lport: The local port that needs the discovery layer to be initialized