Home
last modified time | relevance | path

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

/Linux-v6.6/include/scsi/
Dscsi_transport_fc.h522 #define FC_FC4_LIST_SIZE 32 macro
533 u8 supported_fc4s[FC_FC4_LIST_SIZE];
557 u8 active_fc4s[FC_FC4_LIST_SIZE];
/Linux-v6.6/drivers/s390/scsi/
Dzfcp_scsi.c947 FC_FC4_LIST_SIZE); in zfcp_scsi_shost_update_port_data()
949 FC_FC4_LIST_SIZE); in zfcp_scsi_shost_update_port_data()
Dzfcp_fsf.c141 memset(fc_host_active_fc4s(shost), 0, FC_FC4_LIST_SIZE); in zfcp_fsf_fc_host_link_down()
/Linux-v6.6/drivers/scsi/
Dscsi_transport_fc.c277 for (i = 0; i < FC_FC4_LIST_SIZE; i++, fc4_list++) in fc_bitfield_name_search()