Home
last modified time | relevance | path

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

/NextBSD/sys/dev/nxge/xgehal/
HDxgehal-config.c77 if ((new_config->timer_val_us < XGE_HAL_MIN_TX_TIMER_VAL) || in __hal_tti_config_check()
78 (new_config->timer_val_us > XGE_HAL_MAX_TX_TIMER_VAL)) { in __hal_tti_config_check()
140 if ((new_config->timer_val_us < XGE_HAL_MIN_RX_TIMER_VAL) || in __hal_rti_config_check()
141 (new_config->timer_val_us > XGE_HAL_MAX_RX_TIMER_VAL)) { in __hal_rti_config_check()
HDxgehal-mgmtaux.c1594 __HAL_AUX_ENTRY(key, rti->timer_val_us, "%u"); in xge_hal_aux_device_config_read()
1671 __HAL_AUX_ENTRY(key, tti->timer_val_us, "%u"); in xge_hal_aux_device_config_read()
1702 __HAL_AUX_ENTRY(key, tti->timer_val_us, "%u"); in xge_hal_aux_device_config_read()
HDxgehal-device.c926 tti->timer_val_us = hldev->bimodal_timer_val_us; in __hal_device_bimodal_configure()
938 rti->timer_val_us = 5; /* for optimal bus efficiency usage */ in __hal_device_bimodal_configure()
960 if (tti->timer_val_us) { in __hal_device_tti_apply()
965 tti->timer_val_us / 64; in __hal_device_tti_apply()
970 tx_interval = tti->timer_val_us; in __hal_device_tti_apply()
1125 if (rti->timer_val_us) { in __hal_device_rti_configure()
1130 rti->timer_val_us / 8; in __hal_device_rti_configure()
1135 rx_interval = rti->timer_val_us; in __hal_device_rti_configure()
3302 tval = hldev->bimodal_tti[ring_no].timer_val_us; in __hal_update_bimodal()
/NextBSD/sys/dev/nxge/include/
HDxgehal-config.h116 int timer_val_us; member
194 int timer_val_us; member
/NextBSD/sys/dev/nxge/
HDif_nxge.c175 "hw.xge.fifo_queue_tti_timer_val_us", timer_val_us, qindex, in xge_init_params()
226 timer_val_us, qindex, XGE_DEFAULT_RING_QUEUE_RTI_TIMER_VAL_US); in xge_init_params()