Lines Matching refs:BFA_LPORT_ROLE_FCP_IM
448 if (roles & BFA_LPORT_ROLE_FCP_IM) { in bfa_fcb_lport_new()
471 if (roles & BFA_LPORT_ROLE_FCP_IM) in bfa_fcb_lport_delete()
515 port_cfg.roles = BFA_LPORT_ROLE_FCP_IM; in bfa_fcb_pbc_vport_create()
668 if (port_cfg->roles & BFA_LPORT_ROLE_FCP_IM) { in bfad_vport_create()
887 rc = bfad_cfg_pport(bfad, BFA_LPORT_ROLE_FCP_IM); in bfad_drv_init()
980 if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) && in bfad_cfg_pport()
981 (role & BFA_LPORT_ROLE_FCP_IM)) { in bfad_cfg_pport()
992 bfad->pport.roles |= BFA_LPORT_ROLE_FCP_IM; in bfad_cfg_pport()
1004 if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) && in bfad_uncfg_pport()
1005 (bfad->pport.roles & BFA_LPORT_ROLE_FCP_IM)) { in bfad_uncfg_pport()
1009 bfad->pport.roles &= ~BFA_LPORT_ROLE_FCP_IM; in bfad_uncfg_pport()
1560 supported_fc4s |= BFA_LPORT_ROLE_FCP_IM; in bfad_init()