Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Drx_common.h46 void efx_siena_rx_slow_fill(struct timer_list *t);
Defx_channels.c559 timer_setup(&rx_queue->slow_fill, efx_siena_rx_slow_fill, 0); in efx_alloc_channel()
632 timer_setup(&rx_queue->slow_fill, efx_siena_rx_slow_fill, 0); in efx_copy_channel()
Drx_common.c349 void efx_siena_rx_slow_fill(struct timer_list *t) in efx_siena_rx_slow_fill() function