Searched refs:total_tx_pkts (Results 1 – 2 of 2) sorted by relevance
1763 uint64_t total_tx_pkts = 0; in packet_per_second_stats() local1797 total_tx_pkts += tx_delta; in packet_per_second_stats()1807 pretty_number(total_tx_pkts, buf[0]), in packet_per_second_stats()
3008 unsigned int total_tx_pkts = 0; in ena_tx_cleanup() local3019 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()