Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sfc/
Drx.c60 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()
[all …]
Dnet_driver.h276 struct efx_rx_buffer { struct
341 struct efx_rx_buffer *buffer;
1471 static inline struct efx_rx_buffer *efx_rx_buffer(struct efx_rx_queue *rx_queue, in efx_rx_buffer() function
Dfarch.c467 struct efx_rx_buffer *rx_buf; in efx_farch_build_rx_desc()
471 rx_buf = efx_rx_buffer(rx_queue, index); in efx_farch_build_rx_desc()
Def10.c1576 struct efx_rx_buffer *rx_buf; in efx_ef10_build_rx_desc()
1580 rx_buf = efx_rx_buffer(rx_queue, index); in efx_ef10_build_rx_desc()