Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_hw.h1035 u16 threshold_target; member
Dnes_nic.c1348 shared_timer->threshold_target = et_coalesce->rx_max_coalesced_frames_irq; in nes_netdev_set_coalesce()
1402 temp_et_coalesce.rx_max_coalesced_frames_irq = shared_timer->threshold_target; in nes_netdev_get_coalesce()
Dnes_hw.c136 shared_timer->threshold_target = DEFAULT_JUMBO_NES_QL_TARGET; in nes_nic_init_timer_defaults()
140 shared_timer->threshold_target = DEFAULT_NES_QL_TARGET; in nes_nic_init_timer_defaults()
211 } else if (cq_count <= shared_timer->threshold_target) { /* balanced */ in nes_nic_tune_timer()