Searched refs:vport_drv (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/bfa/include/fcb/
H A Dbfa_fcb_vport.h39 * @param[in] vport_drv - driver instance of vport
43 void bfa_fcb_vport_delete(struct bfad_vport_s *vport_drv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/bfa/include/fcb/
H A Dbfa_fcb_vport.h39 * @param[in] vport_drv - driver instance of vport
43 void bfa_fcb_vport_delete(struct bfad_vport_s *vport_drv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/bfa/include/fcs/
H A Dbfa_fcs_vport.h36 struct bfad_vport_s *vport_drv; /* Driver private */ member in struct:bfa_fcs_vport_s
51 struct bfad_vport_s *vport_drv);
55 struct bfad_vport_s *vport_drv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/bfa/include/fcs/
H A Dbfa_fcs_vport.h36 struct bfad_vport_s *vport_drv; /* Driver private */ member in struct:bfa_fcs_vport_s
51 struct bfad_vport_s *vport_drv);
55 struct bfad_vport_s *vport_drv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/bfa/
H A Dvport.c558 bfa_fcb_vport_delete(vport->vport_drv);
630 * param[in] vport_drv - Opaque handle back to the driver's vport
639 struct bfad_vport_s *vport_drv)
658 vport->vport_drv = vport_drv;
681 * param[in] vport_drv - Opaque handle back to the driver's vport
690 struct bfad_vport_s *vport_drv)
694 rc = bfa_fcs_vport_create(vport, fcs, vf_id, vport_cfg, vport_drv);
637 bfa_fcs_vport_create(struct bfa_fcs_vport_s *vport, struct bfa_fcs_s *fcs, u16 vf_id, struct bfa_port_cfg_s *vport_cfg, struct bfad_vport_s *vport_drv) argument
688 bfa_fcs_pbc_vport_create(struct bfa_fcs_vport_s *vport, struct bfa_fcs_s *fcs, uint16_t vf_id, struct bfa_port_cfg_s *vport_cfg, struct bfad_vport_s *vport_drv) argument
H A Dbfa_fcs_lport.c539 NULL : port->vport->vport_drv);
558 (port->vport == NULL) ? NULL : port->vport->vport_drv);
595 port->vport ? port->vport->vport_drv : NULL);
889 vport ? vport->vport_drv : NULL);
H A Dbfad.c327 bfa_fcb_vport_delete(struct bfad_vport_s *vport_drv) argument
329 if (vport_drv->comp_del) {
330 complete(vport_drv->comp_del);
H A Dbfad_attr.c417 vport = fcs_vport->vport_drv;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dvport.c558 bfa_fcb_vport_delete(vport->vport_drv);
630 * param[in] vport_drv - Opaque handle back to the driver's vport
639 struct bfad_vport_s *vport_drv)
658 vport->vport_drv = vport_drv;
681 * param[in] vport_drv - Opaque handle back to the driver's vport
690 struct bfad_vport_s *vport_drv)
694 rc = bfa_fcs_vport_create(vport, fcs, vf_id, vport_cfg, vport_drv);
637 bfa_fcs_vport_create(struct bfa_fcs_vport_s *vport, struct bfa_fcs_s *fcs, u16 vf_id, struct bfa_port_cfg_s *vport_cfg, struct bfad_vport_s *vport_drv) argument
688 bfa_fcs_pbc_vport_create(struct bfa_fcs_vport_s *vport, struct bfa_fcs_s *fcs, uint16_t vf_id, struct bfa_port_cfg_s *vport_cfg, struct bfad_vport_s *vport_drv) argument
H A Dbfa_fcs_lport.c539 NULL : port->vport->vport_drv);
558 (port->vport == NULL) ? NULL : port->vport->vport_drv);
595 port->vport ? port->vport->vport_drv : NULL);
889 vport ? vport->vport_drv : NULL);
H A Dbfad.c327 bfa_fcb_vport_delete(struct bfad_vport_s *vport_drv) argument
329 if (vport_drv->comp_del) {
330 complete(vport_drv->comp_del);
H A Dbfad_attr.c417 vport = fcs_vport->vport_drv;

Completed in 128 milliseconds