Searched refs:func_mode (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/dev/vxge/
H A Dvxge.h134 #define is_multi_func(func_mode) \
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) \
141 (func_mode == VXGE_HAL_PCIE_FUNC_MODE_SF1_VP17)
H A Dvxge.c511 VXGE_GET_PARAM("hint.vxge.0.func_mode", vdev->config,
2379 u64 func_id, func_mode, vpath_list[VXGE_HAL_MAX_VIRTUAL_PATHS]; local
2385 func_mode = vdev->config.hw_info.function_mode;
2386 if ((is_single_func(func_mode)) && (func_id > 0))
/freebsd-10.2-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.h285 u32 func_mode);
H A Dvxgehal-virtualpath.c1227 * @func_mode: func_mode to be set
1233 u32 vp_id, u32 func_mode)
1245 "hldev = 0x"VXGE_OS_STXFMT", vp_id = %d, func_mode = %d",
1246 (ptr_t) hldev, vp_id, func_mode);
1259 VXGE_HAL_RTS_ACCESS_STEER_DATA0_FUNC_MODE(func_mode),
11585 vxge_hal_func_mode_get(vxge_hal_device_h devh, u32 *func_mode) argument
11609 *func_mode =
11617 vxge_hal_func_mode_count(vxge_hal_device_h devh, u32 func_mode, u32 *num_funcs) argument
11631 data0 = func_mode;
1232 __hal_vpath_pcie_func_mode_set(struct __hal_device_t *hldev, u32 vp_id, u32 func_mode) argument
[all...]
H A Dvxgehal-mrpcim.c124 * @func_mode: PCI-E func mode. Please see vxge_hal_pcie_function_mode_e{}
132 vxge_hal_pcie_function_mode_e func_mode)
144 ",func_mode = %d", (ptr_t) devh, func_mode);
154 switch (func_mode) {
130 vxge_hal_mrpcim_pcie_func_mode_set( vxge_hal_device_h devh, vxge_hal_pcie_function_mode_e func_mode) argument
/freebsd-10.2-release/sys/dev/vxge/include/
H A Dvxgehal-ll.h4205 u32 func_mode, u32 *num_funcs);
4214 * @func_mode: PCI-E func mode. Please see vxge_hal_pcie_function_mode_e{}
4220 vxge_hal_func_mode_get(vxge_hal_device_h devh, u32 *func_mode);
4224 * @func_mode: PCI-E func mode. Please see vxge_hal_pcie_function_mode_e{}
4231 vxge_hal_pcie_function_mode_e func_mode);

Completed in 202 milliseconds