Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_hw.c119 struct nes_hw_tune_timer *shared_timer = &nesadapter->tune_timer; in nes_nic_init_timer_defaults() local
123 shared_timer->timer_in_use_min = NES_NIC_FAST_TIMER_LOW; in nes_nic_init_timer_defaults()
124 shared_timer->timer_in_use_max = NES_NIC_FAST_TIMER_HIGH; in nes_nic_init_timer_defaults()
126 shared_timer->threshold_low = DEFAULT_JUMBO_NES_QL_LOW; in nes_nic_init_timer_defaults()
127 shared_timer->threshold_target = DEFAULT_JUMBO_NES_QL_TARGET; in nes_nic_init_timer_defaults()
128 shared_timer->threshold_high = DEFAULT_JUMBO_NES_QL_HIGH; in nes_nic_init_timer_defaults()
130 shared_timer->threshold_low = DEFAULT_NES_QL_LOW; in nes_nic_init_timer_defaults()
131 shared_timer->threshold_target = DEFAULT_NES_QL_TARGET; in nes_nic_init_timer_defaults()
132 shared_timer->threshold_high = DEFAULT_NES_QL_HIGH; in nes_nic_init_timer_defaults()
147 struct nes_hw_tune_timer *shared_timer = &nesadapter->tune_timer; in nes_nic_init_timer() local
[all …]
Dnes_nic.c1326 struct nes_hw_tune_timer *shared_timer = &nesadapter->tune_timer; in nes_netdev_set_coalesce() local
1331 shared_timer->threshold_low = et_coalesce->rx_max_coalesced_frames_low; in nes_netdev_set_coalesce()
1334 shared_timer->threshold_target = et_coalesce->rx_max_coalesced_frames_irq; in nes_netdev_set_coalesce()
1337 shared_timer->threshold_high = et_coalesce->rx_max_coalesced_frames_high; in nes_netdev_set_coalesce()
1340 shared_timer->timer_in_use_min = et_coalesce->rx_coalesce_usecs_low; in nes_netdev_set_coalesce()
1343 shared_timer->timer_in_use_max = et_coalesce->rx_coalesce_usecs_high; in nes_netdev_set_coalesce()
1378 struct nes_hw_tune_timer *shared_timer = &nesadapter->tune_timer; in nes_netdev_get_coalesce() local
1387 temp_et_coalesce.rx_max_coalesced_frames_low = shared_timer->threshold_low; in nes_netdev_get_coalesce()
1388 temp_et_coalesce.rx_max_coalesced_frames_irq = shared_timer->threshold_target; in nes_netdev_get_coalesce()
1389 temp_et_coalesce.rx_max_coalesced_frames_high = shared_timer->threshold_high; in nes_netdev_get_coalesce()
[all …]