Home
last modified time | relevance | path

Searched refs:xdp_bytes_compl (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/sfc/
A Dtx_common.c117 unsigned int xdp_pkts_compl = 0, xdp_bytes_compl = 0; in efx_fini_tx_queue() local
124 &xdp_bytes_compl); in efx_fini_tx_queue()
271 unsigned int xdp_pkts_compl = 0, xdp_bytes_compl = 0; in efx_xmit_done() local
278 &efv_pkts_compl, &xdp_pkts_compl, &xdp_bytes_compl); in efx_xmit_done()
282 tx_queue->complete_xdp_bytes += xdp_bytes_compl; in efx_xmit_done()
311 unsigned int xdp_bytes_compl = 0; in efx_enqueue_unwind() local
324 &xdp_bytes_compl); in efx_enqueue_unwind()
A Dtx.c548 unsigned int xdp_pkts_compl = 0, xdp_bytes_compl = 0; in efx_xmit_done_single() local
574 &xdp_bytes_compl); in efx_xmit_done_single()
583 tx_queue->complete_xdp_bytes += xdp_bytes_compl; in efx_xmit_done_single()

Completed in 6 milliseconds