Searched refs:efx_rx_buf_next (Results 1 – 6 of 6) sorted by relevance
/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 | 120 rx_buf = efx_rx_buf_next(rx_queue, rx_buf); in efx_siena_recycle_rx_pages() 345 rx_buf = efx_rx_buf_next(rx_queue, rx_buf); in efx_siena_free_rx_buffers() 549 rx_buf = efx_rx_buf_next(&channel->rx_queue, rx_buf); in efx_siena_rx_packet_gro()
|
D | net_driver.h | 1609 efx_rx_buf_next(struct efx_rx_queue *rx_queue, struct efx_rx_buffer *rx_buf) in efx_rx_buf_next() function
|
/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 | 117 rx_buf = efx_rx_buf_next(rx_queue, rx_buf); in efx_recycle_rx_pages() 345 rx_buf = efx_rx_buf_next(rx_queue, rx_buf); in efx_free_rx_buffers() 548 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
|