Searched refs:total_pkts (Results 1 – 4 of 4) sorted by relevance
46 uint64_t total_pkts; member94 latency_numbers.total_pkts += nb_pkts; in calc_latency()96 if (latency_numbers.total_pkts > (100 * 1000 * 1000ULL)) { in calc_latency()98 latency_numbers.total_cycles / latency_numbers.total_pkts); in calc_latency()102 / latency_numbers.total_pkts); in calc_latency()106 latency_numbers.total_pkts = 0; in calc_latency()
335 uint64_t total_pkts);340 uint64_t total_pkts) in measure_rxtx() argument366 if (unlikely(count >= total_pkts)) in measure_rxtx()378 uint64_t total_pkts) in measure_rxonly() argument406 if (unlikely(count >= total_pkts)) in measure_rxonly()416 uint64_t total_pkts) in measure_txonly() argument445 if (unlikely(count >= total_pkts)) in measure_txonly()
486 const uint64_t total_pkts = t->outstand_pkts; in perf_launch_lcores() local489 int64_t dead_lock_remaining = total_pkts; in perf_launch_lcores()493 int64_t perf_remaining = total_pkts; in perf_launch_lcores()
2096 uint64_t total_pkts = 0; in fwd_stats_display() local2099 total_pkts = total_xmit; in fwd_stats_display()2101 total_pkts = total_recv; in fwd_stats_display()2106 (double) fwd_cycles / total_pkts, in fwd_stats_display()2107 fwd_cycles, cur_fwd_eng->fwd_mode_name, total_pkts, in fwd_stats_display()