Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/nes/
Dnes_hw.c128 struct nes_hw_tune_timer *shared_timer = &nesadapter->tune_timer; in nes_nic_init_timer_defaults() local
132 shared_timer->timer_in_use_min = NES_NIC_FAST_TIMER_LOW; in nes_nic_init_timer_defaults()
133 shared_timer->timer_in_use_max = NES_NIC_FAST_TIMER_HIGH; in nes_nic_init_timer_defaults()
135 shared_timer->threshold_low = DEFAULT_JUMBO_NES_QL_LOW; in nes_nic_init_timer_defaults()
136 shared_timer->threshold_target = DEFAULT_JUMBO_NES_QL_TARGET; in nes_nic_init_timer_defaults()
137 shared_timer->threshold_high = DEFAULT_JUMBO_NES_QL_HIGH; in nes_nic_init_timer_defaults()
139 shared_timer->threshold_low = DEFAULT_NES_QL_LOW; in nes_nic_init_timer_defaults()
140 shared_timer->threshold_target = DEFAULT_NES_QL_TARGET; in nes_nic_init_timer_defaults()
141 shared_timer->threshold_high = DEFAULT_NES_QL_HIGH; in nes_nic_init_timer_defaults()
156 struct nes_hw_tune_timer *shared_timer = &nesadapter->tune_timer; in nes_nic_init_timer() local
[all …]
Dnes_nic.c1344 struct nes_hw_tune_timer *shared_timer = &nesadapter->tune_timer; in nes_netdev_set_coalesce() local
1349 shared_timer->threshold_low = et_coalesce->rx_max_coalesced_frames_low; in nes_netdev_set_coalesce()
1352 shared_timer->threshold_target = et_coalesce->rx_max_coalesced_frames_irq; in nes_netdev_set_coalesce()
1355 shared_timer->threshold_high = et_coalesce->rx_max_coalesced_frames_high; in nes_netdev_set_coalesce()
1358 shared_timer->timer_in_use_min = et_coalesce->rx_coalesce_usecs_low; in nes_netdev_set_coalesce()
1361 shared_timer->timer_in_use_max = et_coalesce->rx_coalesce_usecs_high; in nes_netdev_set_coalesce()
1396 struct nes_hw_tune_timer *shared_timer = &nesadapter->tune_timer; in nes_netdev_get_coalesce() local
1405 temp_et_coalesce.rx_max_coalesced_frames_low = shared_timer->threshold_low; in nes_netdev_get_coalesce()
1406 temp_et_coalesce.rx_max_coalesced_frames_irq = shared_timer->threshold_target; in nes_netdev_get_coalesce()
1407 temp_et_coalesce.rx_max_coalesced_frames_high = shared_timer->threshold_high; in nes_netdev_get_coalesce()
[all …]