Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfad.c433 enum bfa_lport_role roles, struct bfad_vf_s *vf_drv, in bfa_fcb_lport_new() argument
439 if (!vp_drv && !vf_drv) { in bfa_fcb_lport_new()
442 } else if (!vp_drv && vf_drv) { in bfa_fcb_lport_new()
443 port_drv = &vf_drv->base_port; in bfa_fcb_lport_new()
445 } else if (vp_drv && !vf_drv) { in bfa_fcb_lport_new()
H A Dbfa_fcs_lport.c1072 lport->fabric->vf_drv, in bfa_fcs_lport_init()