Home
last modified time | relevance | path

Searched refs:fc_active_prov (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/scsi/libfc/
Dfc_libfc.c36 struct fc4_prov *fc_active_prov[FC_FC4_PROV_SIZE] = { variable
267 prov_entry = (prov->recv ? fc_passive_prov : fc_active_prov) + type; in fc_fc4_register_provider()
289 RCU_INIT_POINTER(fc_active_prov[type], NULL); in fc_fc4_deregister_provider()
Dfc_libfc.h87 extern struct fc4_prov *fc_active_prov[]; /* providers without recv */
Dfc_rport.c2032 prov = fc_active_prov[rspp->spp_type]; in fc_rport_recv_prli_req()