Home
last modified time | relevance | path

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

/dpdk/app/test-flow-perf/
H A Dmain.c1763 uint64_t total_tx_pkts = 0; in packet_per_second_stats() local
1797 total_tx_pkts += tx_delta; in packet_per_second_stats()
1807 pretty_number(total_tx_pkts, buf[0]), in packet_per_second_stats()
/dpdk/drivers/net/ena/
H A Dena_ethdev.c3008 unsigned int total_tx_pkts = 0; in ena_tx_cleanup() local
3019 while (likely(total_tx_pkts < cleanup_budget)) { in ena_tx_cleanup()
3041 total_tx_pkts++; in ena_tx_cleanup()
3056 if (free_pkt_cnt == 0 || total_tx_pkts < cleanup_budget) in ena_tx_cleanup()
3059 return total_tx_pkts; in ena_tx_cleanup()