Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/sfc/
Drx_common.h21 static inline u8 *efx_rx_buf_va(struct efx_rx_buffer *buf) in efx_rx_buf_va()
43 struct efx_rx_buffer *rx_buf,
46 struct efx_rx_buffer *rx_buf,
59 void efx_unmap_rx_buffer(struct efx_nic *efx, struct efx_rx_buffer *rx_buf);
62 struct efx_rx_buffer *rx_buf, in efx_sync_rx_buffer()
70 struct efx_rx_buffer *rx_buf,
78 efx_rx_packet_gro(struct efx_channel *channel, struct efx_rx_buffer *rx_buf,
Def100_rx.c58 struct efx_rx_buffer *rx_buf = efx_rx_buffer(&channel->rx_queue, channel->rx_pkt_index); in __ef100_rx_packet()
107 struct efx_rx_buffer *rx_buf = efx_rx_buffer(rx_queue, index); in ef100_rx_packet()
152 struct efx_rx_buffer *rx_buf; in ef100_rx_write()
159 rx_buf = efx_rx_buffer(rx_queue, idx); in ef100_rx_write()
Drx.c44 struct efx_rx_buffer *rx_buf, in efx_rx_packet__check_len()
68 struct efx_rx_buffer *rx_buf, in efx_rx_mk_skb()
126 struct efx_rx_buffer *rx_buf; in efx_rx_packet()
130 rx_buf = efx_rx_buffer(rx_queue, index); in efx_rx_packet()
197 rx_buf = efx_rx_buffer(rx_queue, index); in efx_rx_packet()
209 struct efx_rx_buffer *rx_buf, in efx_rx_deliver()
252 struct efx_rx_buffer *rx_buf, u8 **ehp) in efx_do_xdp()
363 struct efx_rx_buffer *rx_buf = in __efx_rx_packet()
364 efx_rx_buffer(&channel->rx_queue, channel->rx_pkt_index); in __efx_rx_packet()
Drx_common.c79 struct efx_rx_buffer *rx_buf) in efx_recycle_rx_page()
112 struct efx_rx_buffer *rx_buf, in efx_recycle_rx_pages()
124 struct efx_rx_buffer *rx_buf, in efx_discard_rx_packet()
180 struct efx_rx_buffer *rx_buf) in efx_fini_rx_buffer()
282 struct efx_rx_buffer *rx_buf; in efx_fini_rx_queue()
296 rx_buf = efx_rx_buffer(rx_queue, index); in efx_fini_rx_queue()
324 struct efx_rx_buffer *rx_buf) in efx_unmap_rx_buffer()
339 struct efx_rx_buffer *rx_buf, in efx_free_rx_buffers()
379 struct efx_rx_buffer *rx_buf; in efx_init_rx_buffers()
413 rx_buf = efx_rx_buffer(rx_queue, index); in efx_init_rx_buffers()
[all …]
Dnet_driver.h325 struct efx_rx_buffer { struct
393 struct efx_rx_buffer *buffer;
1606 static inline struct efx_rx_buffer *efx_rx_buffer(struct efx_rx_queue *rx_queue, in efx_rx_buffer() function
1612 static inline struct efx_rx_buffer *
1613 efx_rx_buf_next(struct efx_rx_queue *rx_queue, struct efx_rx_buffer *rx_buf) in efx_rx_buf_next()
1615 if (unlikely(rx_buf == efx_rx_buffer(rx_queue, rx_queue->ptr_mask))) in efx_rx_buf_next()
1616 return efx_rx_buffer(rx_queue, 0); in efx_rx_buf_next()
Dfarch.c466 struct efx_rx_buffer *rx_buf; in efx_farch_build_rx_desc()
470 rx_buf = efx_rx_buffer(rx_queue, index); in efx_farch_build_rx_desc()
Def10.c2559 struct efx_rx_buffer *rx_buf; in efx_ef10_build_rx_desc()
2563 rx_buf = efx_rx_buffer(rx_queue, index); in efx_ef10_build_rx_desc()