Searched refs:timer_ci_en (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/sys/dev/nxge/xgehal/ |
| HD | xgehal-config.c | 82 if ((new_config->timer_ci_en < XGE_HAL_MIN_TX_TIMER_CI_EN) || in __hal_tti_config_check() 83 (new_config->timer_ci_en > XGE_HAL_MAX_TX_TIMER_CI_EN)) { in __hal_tti_config_check()
|
| HD | xgehal-mgmtaux.c | 1673 __HAL_AUX_ENTRY(key, tti->timer_ci_en, "%u"); in xge_hal_aux_device_config_read() 1706 __HAL_AUX_ENTRY(key, tti->timer_ci_en, "%u"); in xge_hal_aux_device_config_read()
|
| HD | xgehal-device.c | 928 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()
|
| /NextBSD/sys/dev/nxge/include/ |
| HD | xgehal-config.h | 124 int timer_ci_en; member
|
| /NextBSD/sys/dev/vxge/vxgehal/ |
| HD | vxgehal-config.c | 1468 if ((tim_intr_config->timer_ci_en != in __hal_device_tim_intr_config_check() 1470 (tim_intr_config->timer_ci_en != in __hal_device_tim_intr_config_check() 1472 (tim_intr_config->timer_ci_en != in __hal_device_tim_intr_config_check() 2581 device_config->vp_config[i].tti.timer_ci_en = in vxge_hal_device_config_default_get() 2647 device_config->vp_config[i].rti.timer_ci_en = in vxge_hal_device_config_default_get()
|
| HD | vxgehal-virtualpath.c | 8867 if (vpath->vp_config->tti.timer_ci_en != in __hal_vpath_tim_configure() 8869 if (vpath->vp_config->tti.timer_ci_en) in __hal_vpath_tim_configure() 9033 if (vpath->vp_config->rti.timer_ci_en != in __hal_vpath_tim_configure() 9035 if (vpath->vp_config->rti.timer_ci_en) in __hal_vpath_tim_configure() 12000 if (vpath->vp_config->tti.timer_ci_en != VXGE_HAL_TIM_TIMER_CI_ENABLE) { in vxge_hal_vpath_tti_ci_set() 12001 vpath->vp_config->tti.timer_ci_en = VXGE_HAL_TIM_TIMER_CI_ENABLE; in vxge_hal_vpath_tti_ci_set() 12030 if (vpath->vp_config->tti.timer_ci_en != VXGE_HAL_TIM_TIMER_CI_DISABLE) { in vxge_hal_vpath_tti_ci_reset() 12031 vpath->vp_config->tti.timer_ci_en = VXGE_HAL_TIM_TIMER_CI_DISABLE; in vxge_hal_vpath_tti_ci_reset() 12060 if (vpath->vp_config->rti.timer_ci_en != VXGE_HAL_TIM_TIMER_CI_ENABLE) { in vxge_hal_vpath_rti_ci_set() 12061 vpath->vp_config->rti.timer_ci_en = VXGE_HAL_TIM_TIMER_CI_ENABLE; in vxge_hal_vpath_rti_ci_set() [all …]
|
| HD | vxgehal-mgmtaux.c | 797 dev_config->vp_config[i].tti.timer_ci_en, "%u"); in vxge_hal_aux_device_config_read() 842 dev_config->vp_config[i].rti.timer_ci_en, "%u"); in vxge_hal_aux_device_config_read()
|
| /NextBSD/sys/dev/vxge/include/ |
| HD | vxgehal-config.h | 1755 u32 timer_ci_en; member
|
| /NextBSD/sys/dev/vxge/ |
| HD | vxge.c | 2187 vp_config->rti.timer_ci_en = VXGE_HAL_TIM_TIMER_CI_ENABLE; in vxge_vpath_config() 2218 vp_config->tti.timer_ci_en = VXGE_HAL_TIM_TIMER_CI_ENABLE; in vxge_vpath_config()
|
| /NextBSD/sys/dev/nxge/ |
| HD | if_nxge.c | 169 "hw.xge.fifo_queue_tti_timer_ci_en", timer_ci_en, qindex, in xge_init_params()
|