Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfad.c37 int supported_fc4s; variable
898 if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) && in bfad_cfg_pport()
922 if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) && in bfad_uncfg_pport()
1681 supported_fc4s |= BFA_LPORT_ROLE_FCP_IM; in bfad_init()
H A 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()
H A Dbfad_im.c1044 if (supported_fc4s & BFA_LPORT_ROLE_FCP_IM) in bfad_fc_host_init()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c402 memset(fc_host->supported_fc4s, 0, in fc_host_setup()
403 sizeof(fc_host->supported_fc4s)); in fc_host_setup()
1935 static FC_DEVICE_ATTR(host, supported_fc4s, S_IRUGO,
2714 SETUP_HOST_ATTRIBUTE_RD(supported_fc4s); in fc_attach_transport()