Searched refs:threshold_low (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/nes/
H A Dnes_hw.c128 shared_timer->threshold_low = DEFAULT_JUMBO_NES_QL_LOW;
132 shared_timer->threshold_low = DEFAULT_NES_QL_LOW;
189 if (cq_count <= shared_timer->threshold_low &&
190 shared_timer->threshold_low > 4) {
191 shared_timer->threshold_low = shared_timer->threshold_low/2;
201 if (cq_count <= shared_timer->threshold_low) { /* increase timer gently */
235 else if (shared_timer->timer_in_use < shared_timer->threshold_low)
236 shared_timer->timer_in_use = shared_timer->threshold_low;
H A Dnes_hw.h1010 u16 threshold_low; member in struct:nes_hw_tune_timer
H A Dnes_nic.c1346 shared_timer->threshold_low = et_coalesce->rx_max_coalesced_frames_low;
1402 temp_et_coalesce.rx_max_coalesced_frames_low = shared_timer->threshold_low;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_hw.c128 shared_timer->threshold_low = DEFAULT_JUMBO_NES_QL_LOW;
132 shared_timer->threshold_low = DEFAULT_NES_QL_LOW;
189 if (cq_count <= shared_timer->threshold_low &&
190 shared_timer->threshold_low > 4) {
191 shared_timer->threshold_low = shared_timer->threshold_low/2;
201 if (cq_count <= shared_timer->threshold_low) { /* increase timer gently */
235 else if (shared_timer->timer_in_use < shared_timer->threshold_low)
236 shared_timer->timer_in_use = shared_timer->threshold_low;
H A Dnes_hw.h1010 u16 threshold_low; member in struct:nes_hw_tune_timer
H A Dnes_nic.c1346 shared_timer->threshold_low = et_coalesce->rx_max_coalesced_frames_low;
1402 temp_et_coalesce.rx_max_coalesced_frames_low = shared_timer->threshold_low;

Completed in 107 milliseconds