Searched refs:vport_drv (Results 1 – 2 of 2) sorted by relevance
1073 vport ? vport->vport_drv : NULL); in bfa_fcs_lport_init()6409 struct bfad_vport_s *vport_drv = in bfa_fcs_vport_free() local6410 (struct bfad_vport_s *)vport->vport_drv; in bfa_fcs_vport_free()6415 if (vport_drv->comp_del) { in bfa_fcs_vport_free()6416 complete(vport_drv->comp_del); in bfa_fcs_vport_free()6425 bfad_im_port_delete(vport_drv->drv_port.bfad, &vport_drv->drv_port); in bfa_fcs_vport_free()6517 struct bfad_vport_s *vport_drv) in bfa_fcs_vport_create() argument6536 vport->vport_drv = vport_drv; in bfa_fcs_vport_create()6567 struct bfad_vport_s *vport_drv) in bfa_fcs_pbc_vport_create() argument6571 rc = bfa_fcs_vport_create(vport, fcs, vf_id, vport_cfg, vport_drv); in bfa_fcs_pbc_vport_create()
403 vport = fcs_vport->vport_drv; in bfad_im_vport_create()