Home
last modified time | relevance | path

Searched refs:timer_ci_en (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-config.c77 if ((new_config->timer_ci_en < XGE_HAL_MIN_TX_TIMER_CI_EN) || in __hal_tti_config_check()
78 (new_config->timer_ci_en > XGE_HAL_MAX_TX_TIMER_CI_EN)) { in __hal_tti_config_check()
H A Dxgehal-mgmtaux.c1771 __HAL_AUX_ENTRY(key, tti->timer_ci_en, "%u"); in xge_hal_aux_device_config_read()
1815 __HAL_AUX_ENTRY(key, tti->timer_ci_en, "%u"); in xge_hal_aux_device_config_read()
H A Dxgehal-device.c928 tti->timer_ci_en = 0; in __hal_device_bimodal_configure()
976 if (tti->timer_ci_en) { in __hal_device_tti_apply()
982 num, tx_interval, tti->timer_ci_en ? in __hal_device_tti_apply()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h119 int timer_ci_en; member
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c526 device_config->fifo.queue[index].tti[index].timer_ci_en = in xge_fifo_config()