Searched refs:bimodal_timer_lo_us (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-config.c482 ((new_config->bimodal_timer_lo_us < XGE_HAL_BIMODAL_TIMER_LO_US_MIN) ||
483 (new_config->bimodal_timer_lo_us > XGE_HAL_BIMODAL_TIMER_LO_US_MAX))) {
H A Dxgehal-device.c3358 if ((tval -_STEP) < hldev->config.bimodal_timer_lo_us)
3359 tval = hldev->config.bimodal_timer_lo_us;
3363 tval = hldev->config.bimodal_timer_lo_us;
3382 tval = hldev->config.bimodal_timer_lo_us;
3405 } else if ((tval - _STEP) >= hldev->config.bimodal_timer_lo_us) {
3412 if (tval <= hldev->config.bimodal_timer_lo_us && iwl_avg > 2)
5194 hldev->bimodal_timer_val_us = hldev->config.bimodal_timer_lo_us;
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-config.h638 * @bimodal_timer_lo_us: TBD
829 int bimodal_timer_lo_us; member in struct:xge_hal_device_config_t

Completed in 174 milliseconds