Searched refs:vport_cfg (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/scsi/bfa/ |
D | bfa_fcs_lport.c | 6716 u16 vf_id, struct bfa_lport_cfg_s *vport_cfg, in bfa_fcs_vport_create() argument 6719 if (vport_cfg->pwwn == 0) in bfa_fcs_vport_create() 6722 if (bfa_fcs_lport_get_pwwn(&fcs->fabric.bport) == vport_cfg->pwwn) in bfa_fcs_vport_create() 6725 if (bfa_fcs_vport_lookup(fcs, vf_id, vport_cfg->pwwn) != NULL) in bfa_fcs_vport_create() 6737 vport_cfg->preboot_vp = BFA_FALSE; in bfa_fcs_vport_create() 6741 bfa_fcs_lport_init(&vport->lport, vport_cfg); in bfa_fcs_vport_create() 6766 u16 vf_id, struct bfa_lport_cfg_s *vport_cfg, in bfa_fcs_pbc_vport_create() argument 6771 rc = bfa_fcs_vport_create(vport, fcs, vf_id, vport_cfg, vport_drv); in bfa_fcs_pbc_vport_create()
|