Lines Matching defs:rx_queue

35 static struct page *efx_reuse_page(struct efx_rx_queue *rx_queue)  in efx_reuse_page()
77 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_recycle_rx_page() local
111 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_recycle_rx_pages() local
126 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_discard_rx_packet() local
133 static void efx_init_rx_recycle_ring(struct efx_rx_queue *rx_queue) in efx_init_rx_recycle_ring()
149 static void efx_fini_rx_recycle_ring(struct efx_rx_queue *rx_queue) in efx_fini_rx_recycle_ring()
175 static void efx_fini_rx_buffer(struct efx_rx_queue *rx_queue, in efx_fini_rx_buffer()
190 int efx_probe_rx_queue(struct efx_rx_queue *rx_queue) in efx_probe_rx_queue()
221 void efx_init_rx_queue(struct efx_rx_queue *rx_queue) in efx_init_rx_queue()
278 void efx_fini_rx_queue(struct efx_rx_queue *rx_queue) in efx_fini_rx_queue()
307 void efx_remove_rx_queue(struct efx_rx_queue *rx_queue) in efx_remove_rx_queue()
336 void efx_free_rx_buffers(struct efx_rx_queue *rx_queue, in efx_free_rx_buffers()
351 struct efx_rx_queue *rx_queue = timer_container_of(rx_queue, t, in efx_rx_slow_fill() local
359 void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue) in efx_schedule_slow_fill()
373 static int efx_init_rx_buffers(struct efx_rx_queue *rx_queue, bool atomic) in efx_init_rx_buffers()
457 void efx_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue, bool atomic) in efx_fast_push_rx_descriptors()
520 struct efx_rx_queue *rx_queue; in efx_rx_packet_gro() local