Home
last modified time | relevance | path

Searched refs:efx_rx_buffer (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/sfc/
Drx.c57 static inline u8 *efx_rx_buf_va(struct efx_rx_buffer *buf) in efx_rx_buf_va()
75 static inline struct efx_rx_buffer *
76 efx_rx_buf_next(struct efx_rx_queue *rx_queue, struct efx_rx_buffer *rx_buf) in efx_rx_buf_next()
78 if (unlikely(rx_buf == efx_rx_buffer(rx_queue, rx_queue->ptr_mask))) in efx_rx_buf_next()
79 return efx_rx_buffer(rx_queue, 0); in efx_rx_buf_next()
85 struct efx_rx_buffer *rx_buf, in efx_sync_rx_buffer()
152 struct efx_rx_buffer *rx_buf; in efx_init_rx_buffers()
189 rx_buf = efx_rx_buffer(rx_queue, index); in efx_init_rx_buffers()
211 struct efx_rx_buffer *rx_buf) in efx_unmap_rx_buffer()
225 struct efx_rx_buffer *rx_buf, in efx_free_rx_buffers()
[all …]
Dnet_driver.h304 struct efx_rx_buffer { struct
370 struct efx_rx_buffer *buffer;
1550 static inline struct efx_rx_buffer *efx_rx_buffer(struct efx_rx_queue *rx_queue, in efx_rx_buffer() function
Dfarch.c461 struct efx_rx_buffer *rx_buf; in efx_farch_build_rx_desc()
465 rx_buf = efx_rx_buffer(rx_queue, index); in efx_farch_build_rx_desc()
Def10.c3161 struct efx_rx_buffer *rx_buf; in efx_ef10_build_rx_desc()
3165 rx_buf = efx_rx_buffer(rx_queue, index); in efx_ef10_build_rx_desc()