Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfad_drv.h139 u32 supported_fc4s; member
355 extern int supported_fc4s;
Dbfad.c45 int supported_fc4s; variable
932 if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) && in bfad_cfg_pport()
956 if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) && in bfad_uncfg_pport()
1720 supported_fc4s |= BFA_LPORT_ROLE_FCP_IM; in bfad_init()
Dbfad_attr.c200 if (port->supported_fc4s & BFA_LPORT_ROLE_FCP_IM) in bfad_im_get_host_active_fc4s()
419 if (supported_fc4s & BFA_LPORT_ROLE_FCP_IM) in bfad_im_vport_create()
Dbfad_im.c1053 if (supported_fc4s & BFA_LPORT_ROLE_FCP_IM) in bfad_fc_host_init()
/Linux-v4.19/include/scsi/
Dscsi_transport_fc.h508 u8 supported_fc4s[FC_FC4_LIST_SIZE]; member
566 (((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)
/Linux-v4.19/drivers/scsi/
Dscsi_transport_fc.c403 memset(fc_host->supported_fc4s, 0, in fc_host_setup()
404 sizeof(fc_host->supported_fc4s)); in fc_host_setup()
1509 static FC_DEVICE_ATTR(host, supported_fc4s, S_IRUGO,
2228 SETUP_HOST_ATTRIBUTE_RD(supported_fc4s); in fc_attach_transport()