Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/sfc/
H A Dtx_common.c119 unsigned int efv_pkts_compl = 0; in efx_fini_tx_queue() local
123 &efv_pkts_compl, &xdp_pkts_compl, in efx_fini_tx_queue()
160 unsigned int *efv_pkts_compl, in efx_dequeue_buffer() argument
181 EFX_WARN_ON_PARANOID(!efv_pkts_compl); in efx_dequeue_buffer()
182 (*efv_pkts_compl)++; in efx_dequeue_buffer()
226 unsigned int *efv_pkts_compl, in efx_dequeue_buffers() argument
272 unsigned int efv_pkts_compl = 0; in efx_xmit_done() local
284 if (pkts_compl + efv_pkts_compl > 1) in efx_xmit_done()
302 return pkts_compl + efv_pkts_compl; in efx_xmit_done()
313 unsigned int efv_pkts_compl = 0; in efx_enqueue_unwind() local
[all …]
H A Dtx_common.h23 unsigned int *efv_pkts_compl,
H A Dtx.c550 unsigned int efv_pkts_compl = 0; in efx_xmit_done_single() local
573 &efv_pkts_compl, &xdp_pkts_compl, in efx_xmit_done_single()
585 EFX_WARN_ON_PARANOID(pkts_compl + efv_pkts_compl != 1); in efx_xmit_done_single()