Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Drx.c381 struct ef4_rx_queue *rx_queue = from_timer(rx_queue, t, slow_fill); in ef4_rx_slow_fill()
788 del_timer_sync(&rx_queue->slow_fill); in ef4_fini_rx_queue()
Dnet_driver.h357 struct timer_list slow_fill; member
Defx.c452 timer_setup(&rx_queue->slow_fill, ef4_rx_slow_fill, 0); in ef4_alloc_channel()
491 timer_setup(&rx_queue->slow_fill, ef4_rx_slow_fill, 0); in ef4_copy_channel()
878 mod_timer(&rx_queue->slow_fill, jiffies + msecs_to_jiffies(100)); in ef4_schedule_slow_fill()
/Linux-v4.19/drivers/net/ethernet/sfc/
Drx.c381 struct efx_rx_queue *rx_queue = from_timer(rx_queue, t, slow_fill); in efx_rx_slow_fill()
787 del_timer_sync(&rx_queue->slow_fill); in efx_fini_rx_queue()
Dnet_driver.h396 struct timer_list slow_fill; member
Defx.c492 timer_setup(&rx_queue->slow_fill, efx_rx_slow_fill, 0); in efx_alloc_channel()
531 timer_setup(&rx_queue->slow_fill, efx_rx_slow_fill, 0); in efx_copy_channel()
918 mod_timer(&rx_queue->slow_fill, jiffies + msecs_to_jiffies(100)); in efx_schedule_slow_fill()