Home
last modified time | relevance | path

Searched refs:FC_FC4_PROV_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_libfc.c36 struct fc4_prov *fc_active_prov[FC_FC4_PROV_SIZE] = {
44 struct fc4_prov *fc_passive_prov[FC_FC4_PROV_SIZE] = {
232 BUG_ON(type >= FC_FC4_PROV_SIZE); in fc_fc4_conf_lport_params()
264 if (type >= FC_FC4_PROV_SIZE) in fc_fc4_register_provider()
284 BUG_ON(type >= FC_FC4_PROV_SIZE); in fc_fc4_deregister_provider()
H A Dfc_rport.c328 for (type = 1; type < FC_FC4_PROV_SIZE; type++) { in fc_rport_work()
1188 if (rdata->spp_type < FC_FC4_PROV_SIZE) { in fc_rport_prli_resp()
2029 if (rspp->spp_type < FC_FC4_PROV_SIZE) { in fc_rport_recv_prli_req()
H A Dfc_lport.c960 if (fh->fh_type >= FC_FC4_PROV_SIZE) in fc_lport_recv()
/openbmc/linux/include/scsi/
H A Dlibfc.h28 #define FC_FC4_PROV_SIZE (FC_TYPE_FCP + 1) /* size of tables */ macro
758 void *prov[FC_FC4_PROV_SIZE];