Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Drx_common.h27 static inline u8 *efx_rx_buf_va(struct efx_rx_buffer *buf) in efx_rx_buf_va()
49 struct efx_rx_buffer *rx_buf,
52 struct efx_rx_buffer *rx_buf,
65 void efx_unmap_rx_buffer(struct efx_nic *efx, struct efx_rx_buffer *rx_buf);
68 struct efx_rx_buffer *rx_buf, in efx_sync_rx_buffer()
76 struct efx_rx_buffer *rx_buf,
84 efx_rx_packet_gro(struct efx_channel *channel, struct efx_rx_buffer *rx_buf,
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()
Def100_rx.c59 struct efx_rx_buffer *rx_buf = efx_rx_buffer(rx_queue, in __ef100_rx_packet()
141 struct efx_rx_buffer *rx_buf = efx_rx_buffer(rx_queue, index); in ef100_rx_packet()
186 struct efx_rx_buffer *rx_buf; in ef100_rx_write()
193 rx_buf = efx_rx_buffer(rx_queue, idx); in ef100_rx_write()
Drx_common.c74 struct efx_rx_buffer *rx_buf) in efx_recycle_rx_page()
107 struct efx_rx_buffer *rx_buf, in efx_recycle_rx_pages()
122 struct efx_rx_buffer *rx_buf, in efx_discard_rx_packet()
175 struct efx_rx_buffer *rx_buf) in efx_fini_rx_buffer()
277 struct efx_rx_buffer *rx_buf; in efx_fini_rx_queue()
291 rx_buf = efx_rx_buffer(rx_queue, index); in efx_fini_rx_queue()
319 struct efx_rx_buffer *rx_buf) in efx_unmap_rx_buffer()
334 struct efx_rx_buffer *rx_buf, in efx_free_rx_buffers()
374 struct efx_rx_buffer *rx_buf; in efx_init_rx_buffers()
408 rx_buf = efx_rx_buffer(rx_queue, index); in efx_init_rx_buffers()
[all …]
Dnet_driver.h326 struct efx_rx_buffer { struct
394 struct efx_rx_buffer *buffer;
1676 static inline struct efx_rx_buffer *efx_rx_buffer(struct efx_rx_queue *rx_queue, in efx_rx_buffer() function
1682 static inline struct efx_rx_buffer *
1683 efx_rx_buf_next(struct efx_rx_queue *rx_queue, struct efx_rx_buffer *rx_buf) in efx_rx_buf_next()
1685 if (unlikely(rx_buf == efx_rx_buffer(rx_queue, rx_queue->ptr_mask))) in efx_rx_buf_next()
1686 return efx_rx_buffer(rx_queue, 0); in efx_rx_buf_next()
Def100_rep.h63 void efx_ef100_rep_rx_packet(struct efx_rep *efv, struct efx_rx_buffer *rx_buf);
Def100_rep.c383 void efx_ef100_rep_rx_packet(struct efx_rep *efv, struct efx_rx_buffer *rx_buf) in efx_ef100_rep_rx_packet()
Def10.c2590 struct efx_rx_buffer *rx_buf; in efx_ef10_build_rx_desc()
2594 rx_buf = efx_rx_buffer(rx_queue, index); in efx_ef10_build_rx_desc()
/drivers/net/ethernet/sfc/siena/
Drx_common.h27 static inline u8 *efx_rx_buf_va(struct efx_rx_buffer *buf) in efx_rx_buf_va()
49 struct efx_rx_buffer *rx_buf,
52 struct efx_rx_buffer *rx_buf,
61 struct efx_rx_buffer *rx_buf, in efx_sync_rx_buffer()
69 struct efx_rx_buffer *rx_buf,
78 struct efx_rx_buffer *rx_buf,
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_siena_rx_packet()
130 rx_buf = efx_rx_buffer(rx_queue, index); in efx_siena_rx_packet()
197 rx_buf = efx_rx_buffer(rx_queue, index); in efx_siena_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_siena_rx_packet()
364 efx_rx_buffer(&channel->rx_queue, channel->rx_pkt_index); in __efx_siena_rx_packet()
Drx_common.c34 struct efx_rx_buffer *rx_buf);
77 struct efx_rx_buffer *rx_buf) in efx_recycle_rx_page()
110 struct efx_rx_buffer *rx_buf, in efx_siena_recycle_rx_pages()
125 struct efx_rx_buffer *rx_buf, in efx_siena_discard_rx_packet()
178 struct efx_rx_buffer *rx_buf) in efx_fini_rx_buffer()
280 struct efx_rx_buffer *rx_buf; in efx_siena_fini_rx_queue()
294 rx_buf = efx_rx_buffer(rx_queue, index); in efx_siena_fini_rx_queue()
322 struct efx_rx_buffer *rx_buf) in efx_unmap_rx_buffer()
337 struct efx_rx_buffer *rx_buf, in efx_siena_free_rx_buffers()
377 struct efx_rx_buffer *rx_buf; in efx_init_rx_buffers()
[all …]
Dnet_driver.h324 struct efx_rx_buffer { struct
392 struct efx_rx_buffer *buffer;
1602 static inline struct efx_rx_buffer *efx_rx_buffer(struct efx_rx_queue *rx_queue, in efx_rx_buffer() function
1608 static inline struct efx_rx_buffer *
1609 efx_rx_buf_next(struct efx_rx_queue *rx_queue, struct efx_rx_buffer *rx_buf) in efx_rx_buf_next()
1611 if (unlikely(rx_buf == efx_rx_buffer(rx_queue, rx_queue->ptr_mask))) in efx_rx_buf_next()
1612 return efx_rx_buffer(rx_queue, 0); in efx_rx_buf_next()
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()