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

/freebsd-11.0-release/sys/dev/nxge/include/
H A Dxgehal-mgmt.h139 xge_hal_mgmt_driver_config(xge_hal_mgmt_driver_config_t *drv_config,
/freebsd-11.0-release/sys/dev/vxge/include/
H A Dvxgehal-mgmt.h405 * @drv_config: Device configuration, see vxge_hal_driver_config_t {}.
406 * @size: Pointer to buffer containing the Size of the @drv_config.
421 vxge_hal_mgmt_driver_config(vxge_hal_driver_config_t *drv_config, u32 *size);
/freebsd-11.0-release/sys/dev/nxge/xgehal/
H A Dxgehal-mgmtaux.c1470 xge_hal_driver_config_t drv_config; local
1473 status = xge_hal_mgmt_driver_config(&drv_config,
1480 drv_config.queue_size_initial, "%u");
1481 __HAL_AUX_ENTRY("queue size max", drv_config.queue_size_max, "%u");
H A Dxgehal-mgmt.c625 * @drv_config: Device configuration, see xge_hal_driver_config_t{}.
639 xge_hal_mgmt_driver_config(xge_hal_mgmt_driver_config_t *drv_config, int size) argument
650 xge_os_memcpy(drv_config, &g_xge_hal_driver->config,
/freebsd-11.0-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-mgmt.c909 * @drv_config: Device configuration, see vxge_hal_driver_config_t {}.
910 * @size: Pointer to buffer containing the Size of the @drv_config.
925 vxge_hal_mgmt_driver_config(vxge_hal_driver_config_t *drv_config, u32 *size) argument
928 vxge_assert((drv_config != NULL) && (size != NULL));
934 "drv_config = 0x"VXGE_OS_STXFMT", size = 0x"VXGE_OS_STXFMT,
935 (ptr_t) drv_config, (ptr_t) size);
952 vxge_os_memcpy(drv_config, &g_vxge_hal_driver->config,
H A Dvxgehal-mgmtaux.c144 vxge_hal_driver_config_t drv_config; local
148 status = vxge_hal_mgmt_driver_config(&drv_config, &size);

Completed in 124 milliseconds