Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfad.c247 ret = bfad_cfg_pport(bfad, BFA_LPORT_ROLE_FCP_IM); in bfad_sm_created()
464 if (roles & BFA_LPORT_ROLE_FCP_IM) { in bfa_fcb_lport_new()
514 port_cfg.roles = BFA_LPORT_ROLE_FCP_IM; in bfa_fcb_pbc_vport_create()
666 if (port_cfg->roles & BFA_LPORT_ROLE_FCP_IM) { in bfad_vport_create()
932 if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) && in bfad_cfg_pport()
933 (role & BFA_LPORT_ROLE_FCP_IM)) { in bfad_cfg_pport()
944 bfad->pport.roles |= BFA_LPORT_ROLE_FCP_IM; in bfad_cfg_pport()
956 if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) && in bfad_uncfg_pport()
957 (bfad->pport.roles & BFA_LPORT_ROLE_FCP_IM)) { in bfad_uncfg_pport()
961 bfad->pport.roles &= ~BFA_LPORT_ROLE_FCP_IM; in bfad_uncfg_pport()
[all …]
Dbfa_defs_fcs.h86 BFA_LPORT_ROLE_FCP_IM = 0x01, /* FCP initiator role */ enumerator
87 BFA_LPORT_ROLE_FCP_MAX = BFA_LPORT_ROLE_FCP_IM,
Dbfad_attr.c200 if (port->supported_fc4s & BFA_LPORT_ROLE_FCP_IM) in bfad_im_get_host_active_fc4s()
375 port_cfg.roles = BFA_LPORT_ROLE_FCP_IM; in bfad_im_vport_create()
419 if (supported_fc4s & BFA_LPORT_ROLE_FCP_IM) in bfad_im_vport_create()
Dbfa_fcs.h168 (port->port_cfg.roles & BFA_LPORT_ROLE_FCP_IM)
271 ((_lport)->port_cfg.roles & BFA_LPORT_ROLE_FCP_IM)
Dbfad_im.c1053 if (supported_fc4s & BFA_LPORT_ROLE_FCP_IM) in bfad_fc_host_init()
Dbfa_fcs.c754 port_cfg->roles = BFA_LPORT_ROLE_FCP_IM; in bfa_fcs_fabric_init()