Searched refs:func_mode (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/dev/vxge/ |
| HD | vxge.h | 134 #define is_multi_func(func_mode) \ argument 135 ((func_mode == VXGE_HAL_PCIE_FUNC_MODE_MF8_VP2) || \ 136 (func_mode == VXGE_HAL_PCIE_FUNC_MODE_MF2_VP8) || \ 137 (func_mode == VXGE_HAL_PCIE_FUNC_MODE_MF4_VP4) || \ 138 (func_mode == VXGE_HAL_PCIE_FUNC_MODE_MF8P_VP2)) 140 #define is_single_func(func_mode) \ argument 141 (func_mode == VXGE_HAL_PCIE_FUNC_MODE_SF1_VP17)
|
| HD | README | 82 ''func_mode'' 156 hint.vxge.0.func_mode="-1"
|
| HD | vxge.c | 2379 u64 func_id, func_mode, vpath_list[VXGE_HAL_MAX_VIRTUAL_PATHS]; in vxge_bw_priority_get() local 2385 func_mode = vdev->config.hw_info.function_mode; in vxge_bw_priority_get() 2386 if ((is_single_func(func_mode)) && (func_id > 0)) in vxge_bw_priority_get()
|
| /NextBSD/sys/dev/vxge/vxgehal/ |
| HD | vxgehal-virtualpath.h | 285 u32 func_mode);
|
| HD | vxgehal-virtualpath.c | 1233 u32 vp_id, u32 func_mode) in __hal_vpath_pcie_func_mode_set() argument 1246 (ptr_t) hldev, vp_id, func_mode); in __hal_vpath_pcie_func_mode_set() 1259 VXGE_HAL_RTS_ACCESS_STEER_DATA0_FUNC_MODE(func_mode), in __hal_vpath_pcie_func_mode_set() 11585 vxge_hal_func_mode_get(vxge_hal_device_h devh, u32 *func_mode) in vxge_hal_func_mode_get() argument 11609 *func_mode = in vxge_hal_func_mode_get() 11617 vxge_hal_func_mode_count(vxge_hal_device_h devh, u32 func_mode, u32 *num_funcs) in vxge_hal_func_mode_count() argument 11631 data0 = func_mode; in vxge_hal_func_mode_count()
|
| HD | vxgehal-mrpcim.c | 132 vxge_hal_pcie_function_mode_e func_mode) in vxge_hal_mrpcim_pcie_func_mode_set() argument 144 ",func_mode = %d", (ptr_t) devh, func_mode); in vxge_hal_mrpcim_pcie_func_mode_set() 154 switch (func_mode) { in vxge_hal_mrpcim_pcie_func_mode_set()
|
| /NextBSD/sys/dev/vxge/include/ |
| HD | vxgehal-ll.h | 4205 u32 func_mode, u32 *num_funcs); 4220 vxge_hal_func_mode_get(vxge_hal_device_h devh, u32 *func_mode); 4231 vxge_hal_pcie_function_mode_e func_mode);
|