Home
last modified time | relevance | path

Searched refs:threshold_low (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_hw.c135 shared_timer->threshold_low = DEFAULT_JUMBO_NES_QL_LOW; in nes_nic_init_timer_defaults()
139 shared_timer->threshold_low = DEFAULT_NES_QL_LOW; in nes_nic_init_timer_defaults()
196 if (cq_count <= shared_timer->threshold_low && in nes_nic_tune_timer()
197 shared_timer->threshold_low > 4) { in nes_nic_tune_timer()
198 shared_timer->threshold_low = shared_timer->threshold_low/2; in nes_nic_tune_timer()
208 if (cq_count <= shared_timer->threshold_low) { /* increase timer gently */ in nes_nic_tune_timer()
242 else if (shared_timer->timer_in_use < shared_timer->threshold_low) in nes_nic_tune_timer()
243 shared_timer->timer_in_use = shared_timer->threshold_low; in nes_nic_tune_timer()
Dnes_hw.h1034 u16 threshold_low; member
Dnes_nic.c1345 shared_timer->threshold_low = et_coalesce->rx_max_coalesced_frames_low; in nes_netdev_set_coalesce()
1401 temp_et_coalesce.rx_max_coalesced_frames_low = shared_timer->threshold_low; in nes_netdev_get_coalesce()