Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_transport_fc.h485 #define FC_FC4_LIST_SIZE 32 macro
496 u8 supported_fc4s[FC_FC4_LIST_SIZE];
513 u8 active_fc4s[FC_FC4_LIST_SIZE];
/OK3568_Linux_fs/kernel/drivers/s390/scsi/
H A Dzfcp_scsi.c950 FC_FC4_LIST_SIZE); in zfcp_scsi_shost_update_port_data()
952 FC_FC4_LIST_SIZE); in zfcp_scsi_shost_update_port_data()
H A Dzfcp_fsf.c141 memset(fc_host_active_fc4s(shost), 0, FC_FC4_LIST_SIZE); in zfcp_fsf_fc_host_link_down()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_transport_fc.c267 for (i = 0; i < FC_FC4_LIST_SIZE; i++, fc4_list++) in fc_bitfield_name_search()