Home
last modified time | relevance | path

Searched refs:vport_cfg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.h33 idpf_vport_deinit_queue_reg_chunks(struct idpf_vport_config *vport_cfg) in idpf_vport_deinit_queue_reg_chunks() argument
35 kfree(vport_cfg->qid_reg_info.queue_chunks); in idpf_vport_deinit_queue_reg_chunks()
36 vport_cfg->qid_reg_info.queue_chunks = NULL; in idpf_vport_deinit_queue_reg_chunks()
/linux/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c6516 u16 vf_id, struct bfa_lport_cfg_s *vport_cfg, in bfa_fcs_vport_create() argument
6519 if (vport_cfg->pwwn == 0) in bfa_fcs_vport_create()
6522 if (bfa_fcs_lport_get_pwwn(&fcs->fabric.bport) == vport_cfg->pwwn) in bfa_fcs_vport_create()
6525 if (bfa_fcs_vport_lookup(fcs, vf_id, vport_cfg->pwwn) != NULL) in bfa_fcs_vport_create()
6537 vport_cfg->preboot_vp = BFA_FALSE; in bfa_fcs_vport_create()
6541 bfa_fcs_lport_init(&vport->lport, vport_cfg); in bfa_fcs_vport_create()
6566 u16 vf_id, struct bfa_lport_cfg_s *vport_cfg, in bfa_fcs_pbc_vport_create() argument
6571 rc = bfa_fcs_vport_create(vport, fcs, vf_id, vport_cfg, vport_drv); in bfa_fcs_pbc_vport_create()