Searched refs:efx_rx_buf_next (Results 1 – 3 of 3) sorted by relevance
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()
119 rx_buf = efx_rx_buf_next(rx_queue, rx_buf); in efx_recycle_rx_pages()347 rx_buf = efx_rx_buf_next(rx_queue, rx_buf); in efx_free_rx_buffers()550 rx_buf = efx_rx_buf_next(&channel->rx_queue, rx_buf); in efx_rx_packet_gro()
1613 efx_rx_buf_next(struct efx_rx_queue *rx_queue, struct efx_rx_buffer *rx_buf) in efx_rx_buf_next() function