Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Drx_common.c286 timer_delete_sync(&rx_queue->slow_fill); in efx_fini_rx_queue()
352 slow_fill); in efx_rx_slow_fill()
361 mod_timer(&rx_queue->slow_fill, jiffies + msecs_to_jiffies(10)); in efx_schedule_slow_fill()
H A Dnet_driver.h436 struct timer_list slow_fill; member
/linux/drivers/net/ethernet/sfc/siena/
H A Drx_common.c285 timer_delete_sync(&rx_queue->slow_fill); in efx_siena_fini_rx_queue()
349 slow_fill); in efx_siena_rx_slow_fill()
358 mod_timer(&rx_queue->slow_fill, jiffies + msecs_to_jiffies(10)); in efx_schedule_slow_fill()
H A Dnet_driver.h414 struct timer_list slow_fill; member
/linux/drivers/net/ethernet/sfc/falcon/
H A Drx.c386 slow_fill); in ef4_rx_slow_fill()
795 timer_delete_sync(&rx_queue->slow_fill); in ef4_fini_rx_queue()
H A Defx.c443 timer_setup(&rx_queue->slow_fill, ef4_rx_slow_fill, 0); in ef4_alloc_channel()
482 timer_setup(&rx_queue->slow_fill, ef4_rx_slow_fill, 0); in ef4_copy_channel()
865 mod_timer(&rx_queue->slow_fill, jiffies + msecs_to_jiffies(100)); in ef4_schedule_slow_fill()