Searched refs:shared_timer (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_hw.c121 struct nes_hw_tune_timer *shared_timer = &nesadapter->tune_timer; local
125 shared_timer->timer_in_use_min = NES_NIC_FAST_TIMER_LOW;
126 shared_timer->timer_in_use_max = NES_NIC_FAST_TIMER_HIGH;
128 shared_timer->threshold_low = DEFAULT_JUMBO_NES_QL_LOW;
129 shared_timer->threshold_target = DEFAULT_JUMBO_NES_QL_TARGET;
130 shared_timer->threshold_high = DEFAULT_JUMBO_NES_QL_HIGH;
132 shared_timer->threshold_low = DEFAULT_NES_QL_LOW;
133 shared_timer->threshold_target = DEFAULT_NES_QL_TARGET;
134 shared_timer->threshold_high = DEFAULT_NES_QL_HIGH;
149 struct nes_hw_tune_timer *shared_timer local
178 struct nes_hw_tune_timer *shared_timer = &nesadapter->tune_timer; local
[all...]
H A Dnes_nic.c1341 struct nes_hw_tune_timer *shared_timer = &nesadapter->tune_timer; local
1346 shared_timer->threshold_low = et_coalesce->rx_max_coalesced_frames_low;
1349 shared_timer->threshold_target = et_coalesce->rx_max_coalesced_frames_irq;
1352 shared_timer->threshold_high = et_coalesce->rx_max_coalesced_frames_high;
1355 shared_timer->timer_in_use_min = et_coalesce->rx_coalesce_usecs_low;
1358 shared_timer->timer_in_use_max = et_coalesce->rx_coalesce_usecs_high;
1393 struct nes_hw_tune_timer *shared_timer = &nesadapter->tune_timer; local
1402 temp_et_coalesce.rx_max_coalesced_frames_low = shared_timer->threshold_low;
1403 temp_et_coalesce.rx_max_coalesced_frames_irq = shared_timer->threshold_target;
1404 temp_et_coalesce.rx_max_coalesced_frames_high = shared_timer
[all...]

Completed in 58 milliseconds