Searched refs:efx_rx_buf_next (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sfc/siena/ |
D | rx.c | 105 rx_buf = efx_rx_buf_next(&channel->rx_queue, rx_buf); in efx_rx_mk_skb() 187 rx_buf = efx_rx_buf_next(rx_queue, rx_buf); in efx_siena_rx_packet()
|
D | rx_common.c | 121 rx_buf = efx_rx_buf_next(rx_queue, rx_buf); in efx_siena_recycle_rx_pages() 346 rx_buf = efx_rx_buf_next(rx_queue, rx_buf); in efx_siena_free_rx_buffers() 550 rx_buf = efx_rx_buf_next(&channel->rx_queue, rx_buf); in efx_siena_rx_packet_gro()
|
D | net_driver.h | 1589 efx_rx_buf_next(struct efx_rx_queue *rx_queue, struct efx_rx_buffer *rx_buf) in efx_rx_buf_next() function
|
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | rx.c | 105 rx_buf = efx_rx_buf_next(&channel->rx_queue, rx_buf); in efx_rx_mk_skb() 187 rx_buf = efx_rx_buf_next(rx_queue, rx_buf); in efx_rx_packet()
|
D | rx_common.c | 118 rx_buf = efx_rx_buf_next(rx_queue, rx_buf); in efx_recycle_rx_pages() 346 rx_buf = efx_rx_buf_next(rx_queue, rx_buf); in efx_free_rx_buffers() 549 rx_buf = efx_rx_buf_next(&channel->rx_queue, rx_buf); in efx_rx_packet_gro()
|
D | net_driver.h | 1656 efx_rx_buf_next(struct efx_rx_queue *rx_queue, struct efx_rx_buffer *rx_buf) in efx_rx_buf_next() function
|