Searched refs:vport_cfg (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_fcs_lport.c | 6720 u16 vf_id, struct bfa_lport_cfg_s *vport_cfg, in bfa_fcs_vport_create() argument 6723 if (vport_cfg->pwwn == 0) in bfa_fcs_vport_create() 6726 if (bfa_fcs_lport_get_pwwn(&fcs->fabric.bport) == vport_cfg->pwwn) in bfa_fcs_vport_create() 6729 if (bfa_fcs_vport_lookup(fcs, vf_id, vport_cfg->pwwn) != NULL) in bfa_fcs_vport_create() 6741 vport_cfg->preboot_vp = BFA_FALSE; in bfa_fcs_vport_create() 6745 bfa_fcs_lport_init(&vport->lport, vport_cfg); in bfa_fcs_vport_create() 6770 u16 vf_id, struct bfa_lport_cfg_s *vport_cfg, in bfa_fcs_pbc_vport_create() argument 6775 rc = bfa_fcs_vport_create(vport, fcs, vf_id, vport_cfg, vport_drv); in bfa_fcs_pbc_vport_create()
|