Searched refs:threshold_high (Results 1 – 3 of 3) sorted by relevance
137 shared_timer->threshold_high = DEFAULT_JUMBO_NES_QL_HIGH; in nes_nic_init_timer_defaults()141 shared_timer->threshold_high = DEFAULT_NES_QL_HIGH; in nes_nic_init_timer_defaults()214 } else if (cq_count <= shared_timer->threshold_high) { /* decrease timer gently */ in nes_nic_tune_timer()217 } else if (cq_count <= (shared_timer->threshold_high) * 2) { in nes_nic_tune_timer()240 if (shared_timer->timer_in_use > shared_timer->threshold_high) in nes_nic_tune_timer()241 shared_timer->timer_in_use = shared_timer->threshold_high; in nes_nic_tune_timer()
1036 u16 threshold_high; member
1351 shared_timer->threshold_high = et_coalesce->rx_max_coalesced_frames_high; in nes_netdev_set_coalesce()1403 temp_et_coalesce.rx_max_coalesced_frames_high = shared_timer->threshold_high; in nes_netdev_get_coalesce()