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()
415 efx_rx_packet_gro(struct efx_channel *channel, struct efx_rx_buffer *rx_buf, in efx_rx_packet_gro()
463 struct efx_rx_buffer *rx_buf, in efx_rx_mk_skb()
524 struct efx_rx_buffer *rx_buf; in efx_rx_packet()
528 rx_buf = efx_rx_buffer(rx_queue, index); in efx_rx_packet()
595 rx_buf = efx_rx_buffer(rx_queue, index); in efx_rx_packet()
607 struct efx_rx_buffer *rx_buf, in efx_rx_deliver()
649 struct efx_rx_buffer *rx_buf = in __efx_rx_packet()
650 efx_rx_buffer(&channel->rx_queue, channel->rx_pkt_index); in __efx_rx_packet()
782 struct efx_rx_buffer *rx_buf; in efx_fini_rx_queue()
794 rx_buf = efx_rx_buffer(rx_queue, index); in efx_fini_rx_queue()