Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
A Drx_common.c296 del_timer_sync(&rx_queue->slow_fill); in efx_fini_rx_queue()
361 struct efx_rx_queue *rx_queue = from_timer(rx_queue, t, slow_fill); in efx_rx_slow_fill()
370 mod_timer(&rx_queue->slow_fill, jiffies + msecs_to_jiffies(10)); in efx_schedule_slow_fill()
A Defx_channels.c558 timer_setup(&rx_queue->slow_fill, efx_rx_slow_fill, 0); in efx_alloc_channel()
630 timer_setup(&rx_queue->slow_fill, efx_rx_slow_fill, 0); in efx_copy_channel()
A Dnet_driver.h416 struct timer_list slow_fill; member
/linux/drivers/net/ethernet/sfc/falcon/
A Drx.c385 struct ef4_rx_queue *rx_queue = from_timer(rx_queue, t, slow_fill); in ef4_rx_slow_fill()
792 del_timer_sync(&rx_queue->slow_fill); in ef4_fini_rx_queue()
A Dnet_driver.h354 struct timer_list slow_fill; member
A Defx.c449 timer_setup(&rx_queue->slow_fill, ef4_rx_slow_fill, 0); in ef4_alloc_channel()
488 timer_setup(&rx_queue->slow_fill, ef4_rx_slow_fill, 0); in ef4_copy_channel()
871 mod_timer(&rx_queue->slow_fill, jiffies + msecs_to_jiffies(100)); in ef4_schedule_slow_fill()

Completed in 26 milliseconds