Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A 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
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()
284 return pkts_compl + efv_pkts_compl; in efx_xmit_done()
293 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.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()