Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dtx_common.c118 unsigned int efv_pkts_compl = 0; in efx_fini_tx_queue() local
122 &efv_pkts_compl, &xdp_pkts_compl, in efx_fini_tx_queue()
159 unsigned int *efv_pkts_compl, in efx_dequeue_buffer() argument
180 EFX_WARN_ON_PARANOID(!efv_pkts_compl); in efx_dequeue_buffer()
181 (*efv_pkts_compl)++; in efx_dequeue_buffer()
225 unsigned int *efv_pkts_compl, in efx_dequeue_buffers() argument
247 efv_pkts_compl, xdp_pkts, xdp_bytes); in efx_dequeue_buffers()
271 unsigned int efv_pkts_compl = 0; in efx_xmit_done() local
277 &efv_pkts_compl, &xdp_pkts_compl, &xdp_bytes_compl); in efx_xmit_done()
283 if (pkts_compl + efv_pkts_compl > 1) in efx_xmit_done()
[all …]