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) ||
78 (new_config->timer_ci_en > XGE_HAL_MAX_TX_TIMER_CI_EN)) {
H A Dxgehal-mgmtaux.c1770 xge_os_strlcpy(dest_addr, "timer_ci_en", dest_size);
1771 __HAL_AUX_ENTRY(key, tti->timer_ci_en, "%u");
1814 xge_os_strlcpy(dest_addr, "timer_ci_en", dest_size);
1815 __HAL_AUX_ENTRY(key, tti->timer_ci_en, "%u");
H A Dxgehal-device.c928 tti->timer_ci_en = 0;
976 if (tti->timer_ci_en) {
982 num, tx_interval, tti->timer_ci_en ?
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h54 * interrupt is to be generated. Note that unless @timer_ci_en
61 * @timer_ci_en: Enable/disable continuous interrupt. Set this value
119 int timer_ci_en; member in struct:xge_hal_tti_config_t
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c526 device_config->fifo.queue[index].tti[index].timer_ci_en =

Completed in 86 milliseconds