Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sfc/
Dnet_driver.h367 struct timer_list slow_fill; member
Defx.c458 setup_timer(&rx_queue->slow_fill, efx_rx_slow_fill, in efx_alloc_channel()
495 setup_timer(&rx_queue->slow_fill, efx_rx_slow_fill, in efx_copy_channel()
877 mod_timer(&rx_queue->slow_fill, jiffies + msecs_to_jiffies(100)); in efx_schedule_slow_fill()
Drx.c792 del_timer_sync(&rx_queue->slow_fill); in efx_fini_rx_queue()