Searched refs:total_pkts (Results 1 – 5 of 5) sorted by relevance
52 uint64_t total_pkts; member97 latency_numbers.total_pkts += nb_pkts; in calc_latency()99 if (latency_numbers.total_pkts > (100 * 1000 * 1000ULL)) { in calc_latency()101 latency_numbers.total_cycles / latency_numbers.total_pkts); in calc_latency()105 / latency_numbers.total_pkts); in calc_latency()109 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()
185 latency_numbers.total_pkts += nb_pkts;187 if (latency_numbers.total_pkts > (100 * 1000 * 1000ULL)) {189 latency_numbers.total_cycles / latency_numbers.total_pkts);191 latency_numbers.total_cycles = latency_numbers.total_pkts = 0;
284 const uint64_t total_pkts = t->outstand_pkts; in perf_launch_lcores() local287 int64_t dead_lock_remaining = total_pkts; in perf_launch_lcores()291 int64_t perf_remaining = total_pkts; in perf_launch_lcores()
1989 uint64_t total_pkts = 0; in fwd_stats_display() local1992 total_pkts = total_xmit; in fwd_stats_display()1994 total_pkts = total_recv; in fwd_stats_display()1999 (double) fwd_cycles / total_pkts, in fwd_stats_display()2000 fwd_cycles, cur_fwd_eng->fwd_mode_name, total_pkts, in fwd_stats_display()