FC_FC4_PROV_SIZE   36 drivers/scsi/libfc/fc_libfc.c struct fc4_prov *fc_active_prov[FC_FC4_PROV_SIZE] = {
FC_FC4_PROV_SIZE   44 drivers/scsi/libfc/fc_libfc.c struct fc4_prov *fc_passive_prov[FC_FC4_PROV_SIZE] = {
FC_FC4_PROV_SIZE  232 drivers/scsi/libfc/fc_libfc.c 	BUG_ON(type >= FC_FC4_PROV_SIZE);
FC_FC4_PROV_SIZE  264 drivers/scsi/libfc/fc_libfc.c 	if (type >= FC_FC4_PROV_SIZE)
FC_FC4_PROV_SIZE  284 drivers/scsi/libfc/fc_libfc.c 	BUG_ON(type >= FC_FC4_PROV_SIZE);
FC_FC4_PROV_SIZE  951 drivers/scsi/libfc/fc_lport.c 	if (fh->fh_type >= FC_FC4_PROV_SIZE)
FC_FC4_PROV_SIZE  326 drivers/scsi/libfc/fc_rport.c 			for (type = 1; type < FC_FC4_PROV_SIZE; type++) {
FC_FC4_PROV_SIZE 2021 drivers/scsi/libfc/fc_rport.c 		if (rspp->spp_type < FC_FC4_PROV_SIZE) {
FC_FC4_PROV_SIZE  749 include/scsi/libfc.h 	void			       *prov[FC_FC4_PROV_SIZE];