Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/sfc/falcon/
Drx.c57 static inline u8 *ef4_rx_buf_va(struct ef4_rx_buffer *buf) in ef4_rx_buf_va()
75 static inline struct ef4_rx_buffer *
76 ef4_rx_buf_next(struct ef4_rx_queue *rx_queue, struct ef4_rx_buffer *rx_buf) in ef4_rx_buf_next()
78 if (unlikely(rx_buf == ef4_rx_buffer(rx_queue, rx_queue->ptr_mask))) in ef4_rx_buf_next()
79 return ef4_rx_buffer(rx_queue, 0); in ef4_rx_buf_next()
85 struct ef4_rx_buffer *rx_buf, in ef4_sync_rx_buffer()
153 struct ef4_rx_buffer *rx_buf; in ef4_init_rx_buffers()
190 rx_buf = ef4_rx_buffer(rx_queue, index); in ef4_init_rx_buffers()
212 struct ef4_rx_buffer *rx_buf) in ef4_unmap_rx_buffer()
226 struct ef4_rx_buffer *rx_buf, in ef4_free_rx_buffers()
[all …]
Dnet_driver.h266 struct ef4_rx_buffer { struct
331 struct ef4_rx_buffer *buffer;
1269 static inline struct ef4_rx_buffer *ef4_rx_buffer(struct ef4_rx_queue *rx_queue, in ef4_rx_buffer() function
Dfarch.c473 struct ef4_rx_buffer *rx_buf; in ef4_farch_build_rx_desc()
477 rx_buf = ef4_rx_buffer(rx_queue, index); in ef4_farch_build_rx_desc()