Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Dscsi_transport_fc.h533 u8 supported_fc4s[FC_FC4_LIST_SIZE]; member
600 (((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)
/linux/drivers/scsi/
H A Dscsi_transport_fc.c401 memset(fc_host->supported_fc4s, 0, in fc_host_setup()
402 sizeof(fc_host->supported_fc4s)); in fc_host_setup()
1900 static FC_DEVICE_ATTR(host, supported_fc4s, S_IRUGO,
2678 SETUP_HOST_ATTRIBUTE_RD(supported_fc4s); in fc_attach_transport()
/linux/drivers/scsi/bfa/
H A Dbfad_im.c1042 if (supported_fc4s & BFA_LPORT_ROLE_FCP_IM) in bfad_fc_host_init()