Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/falcon/
Drx.c60 static inline u8 *ef4_rx_buf_va(struct ef4_rx_buffer *buf) in ef4_rx_buf_va()
78 static inline struct ef4_rx_buffer *
79 ef4_rx_buf_next(struct ef4_rx_queue *rx_queue, struct ef4_rx_buffer *rx_buf) in ef4_rx_buf_next()
81 if (unlikely(rx_buf == ef4_rx_buffer(rx_queue, rx_queue->ptr_mask))) in ef4_rx_buf_next()
82 return ef4_rx_buffer(rx_queue, 0); in ef4_rx_buf_next()
88 struct ef4_rx_buffer *rx_buf, in ef4_sync_rx_buffer()
155 struct ef4_rx_buffer *rx_buf; in ef4_init_rx_buffers()
192 rx_buf = ef4_rx_buffer(rx_queue, index); in ef4_init_rx_buffers()
214 struct ef4_rx_buffer *rx_buf) in ef4_unmap_rx_buffer()
228 struct ef4_rx_buffer *rx_buf, in ef4_free_rx_buffers()
[all …]
Dnet_driver.h269 struct ef4_rx_buffer { struct
334 struct ef4_rx_buffer *buffer;
1272 static inline struct ef4_rx_buffer *ef4_rx_buffer(struct ef4_rx_queue *rx_queue, in ef4_rx_buffer() function
Dfarch.c476 struct ef4_rx_buffer *rx_buf; in ef4_farch_build_rx_desc()
480 rx_buf = ef4_rx_buffer(rx_queue, index); in ef4_farch_build_rx_desc()