Lines Matching defs:vport_cfg
6505 * param[in] vport_cfg - vport configuration
6516 u16 vf_id, struct bfa_lport_cfg_s *vport_cfg,
6519 if (vport_cfg->pwwn == 0)
6522 if (bfa_fcs_lport_get_pwwn(&fcs->fabric.bport) == vport_cfg->pwwn)
6525 if (bfa_fcs_vport_lookup(fcs, vf_id, vport_cfg->pwwn) != NULL)
6537 vport_cfg->preboot_vp = BFA_FALSE;
6541 bfa_fcs_lport_init(&vport->lport, vport_cfg);
6555 * param[in] vport_cfg - vport configuration
6566 u16 vf_id, struct bfa_lport_cfg_s *vport_cfg,
6571 rc = bfa_fcs_vport_create(vport, fcs, vf_id, vport_cfg, vport_drv);