Home
last modified time | relevance | path

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

/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.c81 struct efx_rx_buffer *rx_buf) in efx_recycle_rx_page()
114 struct efx_rx_buffer *rx_buf, in efx_recycle_rx_pages()
129 struct efx_rx_buffer *rx_buf, in efx_discard_rx_packet()
191 struct efx_rx_buffer *rx_buf) in efx_fini_rx_buffer()
293 struct efx_rx_buffer *rx_buf; in efx_fini_rx_queue()
307 rx_buf = efx_rx_buffer(rx_queue, index); in efx_fini_rx_queue()
335 struct efx_rx_buffer *rx_buf) in efx_unmap_rx_buffer()
350 struct efx_rx_buffer *rx_buf, in efx_free_rx_buffers()
390 struct efx_rx_buffer *rx_buf; in efx_init_rx_buffers()
424 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;
1648 static inline struct efx_rx_buffer *efx_rx_buffer(struct efx_rx_queue *rx_queue, in efx_rx_buffer() function
1654 static inline struct efx_rx_buffer *
1655 efx_rx_buf_next(struct efx_rx_queue *rx_queue, struct efx_rx_buffer *rx_buf) in efx_rx_buf_next()
1657 if (unlikely(rx_buf == efx_rx_buffer(rx_queue, rx_queue->ptr_mask))) in efx_rx_buf_next()
1658 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.c2580 struct efx_rx_buffer *rx_buf; in efx_ef10_build_rx_desc()
2584 rx_buf = efx_rx_buffer(rx_queue, index); in efx_ef10_build_rx_desc()