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

/linux-master/drivers/net/ethernet/sfc/
H A Dtx_common.c113 unsigned int efv_pkts_compl = 0; local
117 &efv_pkts_compl);
153 unsigned int *efv_pkts_compl)
172 EFX_WARN_ON_PARANOID(!efv_pkts_compl);
173 (*efv_pkts_compl)++;
213 unsigned int *efv_pkts_compl)
233 efv_pkts_compl);
256 unsigned int efv_pkts_compl = 0; local
262 &efv_pkts_compl);
266 if (pkts_compl + efv_pkts_compl >
149 efx_dequeue_buffer(struct efx_tx_queue *tx_queue, struct efx_tx_buffer *buffer, unsigned int *pkts_compl, unsigned int *bytes_compl, unsigned int *efv_pkts_compl) argument
209 efx_dequeue_buffers(struct efx_tx_queue *tx_queue, unsigned int index, unsigned int *pkts_compl, unsigned int *bytes_compl, unsigned int *efv_pkts_compl) argument
293 unsigned int efv_pkts_compl = 0; local
[all...]
H A Dtx_common.h23 unsigned int *efv_pkts_compl);
H A Dtx.c557 unsigned int efv_pkts_compl = 0; local
580 &efv_pkts_compl);
589 EFX_WARN_ON_PARANOID(pkts_compl + efv_pkts_compl != 1);

Completed in 104 milliseconds