Home
last modified time | relevance | path

Searched refs:vf_drv (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/bfa/
Dbfad.c441 enum bfa_lport_role roles, struct bfad_vf_s *vf_drv, in bfa_fcb_lport_new() argument
447 if (!vp_drv && !vf_drv) { in bfa_fcb_lport_new()
450 } else if (!vp_drv && vf_drv) { in bfa_fcb_lport_new()
451 port_drv = &vf_drv->base_port; in bfa_fcb_lport_new()
453 } else if (vp_drv && !vf_drv) { in bfa_fcb_lport_new()
Dbfa_fcs.h199 struct bfad_vf_s *vf_drv; /* driver vf structure */ member
855 struct bfad_vf_s *vf_drv,
Dbfa_fcs_lport.c1112 lport->fabric->vf_drv, in bfa_fcs_lport_init()