Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/sfc/
Dtx_common.c113 unsigned int efv_pkts_compl = 0; in efx_fini_tx_queue() local
117 &efv_pkts_compl); in efx_fini_tx_queue()
153 unsigned int *efv_pkts_compl) in efx_dequeue_buffer() argument
172 EFX_WARN_ON_PARANOID(!efv_pkts_compl); in efx_dequeue_buffer()
173 (*efv_pkts_compl)++; in efx_dequeue_buffer()
213 unsigned int *efv_pkts_compl) in efx_dequeue_buffers() argument
233 efv_pkts_compl); in efx_dequeue_buffers()
256 unsigned int efv_pkts_compl = 0; in efx_xmit_done() local
262 &efv_pkts_compl); in efx_xmit_done()
266 if (pkts_compl + efv_pkts_compl > 1) in efx_xmit_done()
[all …]
Dtx_common.h23 unsigned int *efv_pkts_compl);
Dtx.c557 unsigned int efv_pkts_compl = 0; in efx_xmit_done_single() local
580 &efv_pkts_compl); in efx_xmit_done_single()
589 EFX_WARN_ON_PARANOID(pkts_compl + efv_pkts_compl != 1); in efx_xmit_done_single()