Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfad_drv.h131 u32 supported_fc4s; member
347 extern int supported_fc4s;
Dbfad.c37 int supported_fc4s; variable
925 if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) && in bfad_cfg_pport()
949 if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) && in bfad_uncfg_pport()
1714 supported_fc4s |= BFA_LPORT_ROLE_FCP_IM; in bfad_init()
Dbfad_attr.c192 if (port->supported_fc4s & BFA_LPORT_ROLE_FCP_IM) in bfad_im_get_host_active_fc4s()
413 if (supported_fc4s & BFA_LPORT_ROLE_FCP_IM) in bfad_im_vport_create()
Dbfad_im.c1043 if (supported_fc4s & BFA_LPORT_ROLE_FCP_IM) in bfad_fc_host_init()
/drivers/scsi/
Dscsi_transport_fc.c400 memset(fc_host->supported_fc4s, 0, in fc_host_setup()
401 sizeof(fc_host->supported_fc4s)); in fc_host_setup()
1900 static FC_DEVICE_ATTR(host, supported_fc4s, S_IRUGO,
2679 SETUP_HOST_ATTRIBUTE_RD(supported_fc4s); in fc_attach_transport()