Home
last modified time | relevance | path

Searched refs:rth_en (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h420 int rth_en; member
757 int rth_en; member
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c410 if (device_config->rth_en == XGE_HAL_RTH_ENABLE) in xge_ring_config()
411 device_config->ring.queue[index].rth_en = 1; in xge_ring_config()
567 device_config->rth_en = XGE_HAL_RTH_DISABLE; in xge_configuration_init()
574 device_config->rth_en = XGE_HAL_RTH_ENABLE; in xge_configuration_init()
586 device_config->rth_en = XGE_HAL_RTH_DISABLE; in xge_configuration_init()
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-config.c267 if ((new_config->rth_en < XGE_HAL_MIN_RING_RTH_EN) || in __hal_ring_queue_check()
268 (new_config->rth_en > XGE_HAL_MAX_RING_RTH_EN)) { in __hal_ring_queue_check()
H A Dxgehal-ring.c419 !queue->rth_en) { in __hal_ring_prc_enable()
529 if (!hldev->config.ring.queue[i].rth_en) in __hal_ring_hw_initialize()
H A Dxgehal-mgmtaux.c1645 __HAL_AUX_ENTRY(key, ring->rth_en, "%u"); in xge_hal_aux_device_config_read()
1822 __HAL_AUX_ENTRY("rth_en", dev_config->rth_en, "%u"); in xge_hal_aux_device_config_read()
H A Dxgehal-device.c443 if (!hldev->config.rth_en || in __hal_device_rmac_padding_configure()
1840 if (!hldev->config.rth_en) { in __hal_device_rth_it_configure()
1859 hldev->config.ring.queue[rnum].rth_en) in __hal_device_rth_it_configure()
5221 hldev->config.rth_en = 0; in xge_hal_device_initialize()