Searched defs:vpath (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/
H A Dvxge_traffic.c25 * vxge_hw_vpath_intr_enable - Enable vpath interrupts.
26 * @vpath: Virtual Path handle.
28 * Enable vpath interrupts. The function is to be executed the last in
29 * vpath initialization sequence.
34 vxge_hw_vpath_intr_enable(struct __vxge_hw_virtualpath *vpath) argument
39 if (vpath->vp_open == VXGE_HW_VP_NOT_OPEN) {
44 vp_reg = vpath->vp_reg;
124 if (vpath->hldev->first_vp_id != vpath->vp_id)
140 * vxge_hw_vpath_intr_disable - Disable vpath interrupt
149 vxge_hw_vpath_intr_disable(struct __vxge_hw_virtualpath *vpath) argument
417 __vxge_hw_vpath_alarm_process( struct __vxge_hw_virtualpath *vpath) argument
[all...]
H A Dvxge_main.c37 "Single Function - 1 func, 17 vpath",
38 "Multi Function 8 - 8 func, 2 vpath per func",
39 "SRIOV 17 - 17 VF, 1 vpath per VF",
40 "WLPEX/SharedIO 17 - 17 VH, 1 vpath/func/hierarchy",
41 "WLPEX/SharedIO 8 - 8 VH, 2 vpath/func/hierarchy",
42 "Multi Function 17 - 17 func, 1 vpath per func",
43 "SRIOV 8 - 1 PF, 7 VF, 2 vpath per VF",
44 "SRIOV 4 - 1 PF, 3 VF, 4 vpath per VF",
45 "Multi Function 2 - 2 func, 8 vpath per func",
46 "Multi Function 4 - 4 func, 4 vpath pe
94 struct __vxge_hw_virtualpath *vpath; local
[all...]
H A Dvxge_config.c33 struct __vxge_hw_virtualpath *vpath; local
36 vpath = &hldev->virtual_path;
37 vp_reg = vpath->vp_reg;
104 /* get the first vpath number assigned to this function */
173 /* __vxge_hw_device_vpath_reset_in_prog_check - Check if vpath reset
175 * This routine checks the vpath reset in progress register is turned zero
379 * Returns the vpath mask that has the bits set for each vpath allocated
381 * each vpath
615 __vxge_hw_ring_create(struct __vxge_hw_virtualpath *vpath, argument
813 __vxge_hw_fifo_create(struct __vxge_hw_virtualpath *vpath, struct __vxge_hw_fifo *fifo) argument
864 __vxge_hw_vpath_pci_read(struct __vxge_hw_virtualpath *vpath, u32 phy_func_0, u32 offset, u32 *val) argument
1212 __vxge_hw_vpath_mgmt_read( struct __vxge_hw_virtualpath *vpath) argument
1249 __vxge_hw_vpath_reset_check(struct __vxge_hw_virtualpath *vpath) argument
1293 struct __vxge_hw_virtualpath *vpath; local
1339 struct __vxge_hw_virtualpath *vpath; local
1402 struct __vxge_hw_virtualpath *vpath; local
1432 struct __vxge_hw_virtualpath *vpath; local
1520 struct __vxge_hw_virtualpath *vpath; local
1595 __vxge_hw_vp_initialize(struct __vxge_hw_device *hldev, u32 vp_id, struct __vxge_hw_virtualpath *vpath) argument
1641 __vxge_hw_vp_terminate(struct __vxge_hw_device *hldev, struct __vxge_hw_virtualpath *vpath) argument
1661 vxge_hw_vpath_mtu_set(struct __vxge_hw_virtualpath *vpath, u32 new_mtu) argument
1690 vxge_hw_vpath_open(struct __vxge_hw_device *hldev, struct vxge_vpath *vpath) argument
1737 vxge_hw_vpath_rx_doorbell_init(struct __vxge_hw_virtualpath *vpath) argument
1760 vxge_hw_vpath_close(struct __vxge_hw_virtualpath *vpath) argument
1793 vxge_hw_vpath_reset(struct __vxge_hw_virtualpath *vpath) argument
1818 vxge_hw_vpath_recover_from_reset(struct __vxge_hw_virtualpath *vpath) argument
1854 vxge_hw_vpath_enable(struct __vxge_hw_virtualpath *vpath) argument
[all...]
H A Dvxge_main.h188 /* Actual vpath id for this vpath in the device - 0 to 16 */
206 struct vxge_vpath vpath; member in struct:vxgedev

Completed in 68 milliseconds