Lines Matching refs:efx_rx_buffer

60 static inline u8 *efx_rx_buf_va(struct efx_rx_buffer *buf)  in efx_rx_buf_va()
78 static inline struct efx_rx_buffer *
79 efx_rx_buf_next(struct efx_rx_queue *rx_queue, struct efx_rx_buffer *rx_buf) in efx_rx_buf_next()
81 if (unlikely(rx_buf == efx_rx_buffer(rx_queue, rx_queue->ptr_mask))) in efx_rx_buf_next()
82 return efx_rx_buffer(rx_queue, 0); in efx_rx_buf_next()
88 struct efx_rx_buffer *rx_buf, in efx_sync_rx_buffer()
155 struct efx_rx_buffer *rx_buf; in efx_init_rx_buffers()
192 rx_buf = efx_rx_buffer(rx_queue, index); in efx_init_rx_buffers()
214 struct efx_rx_buffer *rx_buf) in efx_unmap_rx_buffer()
228 struct efx_rx_buffer *rx_buf, in efx_free_rx_buffers()
245 struct efx_rx_buffer *rx_buf) in efx_recycle_rx_page()
277 struct efx_rx_buffer *rx_buf) in efx_fini_rx_buffer()
293 struct efx_rx_buffer *rx_buf, in efx_recycle_rx_pages()
305 struct efx_rx_buffer *rx_buf, in efx_discard_rx_packet()
389 struct efx_rx_buffer *rx_buf, in efx_rx_packet__check_len()
426 efx_rx_packet_gro(struct efx_channel *channel, struct efx_rx_buffer *rx_buf, in efx_rx_packet_gro()
474 struct efx_rx_buffer *rx_buf, in efx_rx_mk_skb()
535 struct efx_rx_buffer *rx_buf; in efx_rx_packet()
539 rx_buf = efx_rx_buffer(rx_queue, index); in efx_rx_packet()
606 rx_buf = efx_rx_buffer(rx_queue, index); in efx_rx_packet()
618 struct efx_rx_buffer *rx_buf, in efx_rx_deliver()
653 struct efx_rx_buffer *rx_buf = in __efx_rx_packet()
654 efx_rx_buffer(&channel->rx_queue, channel->rx_pkt_index); in __efx_rx_packet()
787 struct efx_rx_buffer *rx_buf; in efx_fini_rx_queue()
799 rx_buf = efx_rx_buffer(rx_queue, index); in efx_fini_rx_queue()