Home
last modified time | relevance | path

Searched refs:total_packets (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/sys/tests/fib_lookup/
H A Dfib_lookup.c213 total_packets += pass_packets; in run_test_inet()
217 total_packets, total_diff, total_packets * 1000000000 / total_diff); in run_test_inet()
278 total_packets += pass_packets; in run_test_inet6()
282 total_packets, total_diff, total_packets * 1000000000 / total_diff); in run_test_inet6()
426 total_packets, total_diff, total_packets * 1000000000 / total_diff); in run_test_inet_random()
524 uint64_t total_packets = 0; in run_test_inet_scan() local
533 total_packets++; in run_test_inet_scan()
550 total_packets, total_diff, total_packets * 1000000000 / total_diff); in run_test_inet_scan()
717 uint64_t total_packets = 0; in run_test_inet6_scan() local
726 total_packets++; in run_test_inet6_scan()
[all …]
/freebsd-14.2/sys/dev/ath/ath_rate/sample/
H A Dsample.c342 if (sn->stats[size_bin][rix].total_packets > 0) { in pick_best_rate()
371 sn->stats[size_bin][best_rate_rix].total_packets, in pick_best_rate()
375 sn->stats[size_bin][rix].total_packets, in pick_best_rate()
1012 int packets = sn->stats[size_bin][rix0].total_packets; in update_stats()
1029 sn->stats[size_bin][rix0].total_packets += nframes; in update_stats()
1038 if (sn->stats[size_bin][rix0].total_packets < in update_stats()
1042 (sn->stats[size_bin][rix0].total_packets); in update_stats()
1386 sn->stats[y][rix].total_packets = 0; in ath_rate_ctl_reset()
1550 if (sn->stats[y][rix].total_packets == 0) in sample_stats()
1555 (uintmax_t) sn->stats[y][rix].total_packets, in sample_stats()
[all …]
H A Dsample.h62 uint64_t total_packets; /* pkts total since assoc */ member
/freebsd-14.2/tools/tools/ath/athratestats/
H A Dmain.c156 if (sn->stats[y][rix].total_packets == 0) in ath_sample_stats()
173 (uintmax_t) sn->stats[y][rix].total_packets, in ath_sample_stats()
/freebsd-14.2/sys/dev/ixgbe/
H A Dixgbe.h280 u64 total_packets; member
H A Dix_txrx.c241 ++txr->total_packets; in ixgbe_isc_txd_encap()
H A Dif_ixv.c278 txr->total_packets = 0; in ixv_if_tx_queues_alloc()
1840 CTLFLAG_RD, &(txr->total_packets), "TX Packets"); in ixv_add_stats_sysctls()
H A Dif_ix.c450 txr->total_packets = 0; in ixgbe_if_tx_queues_alloc()
1662 CTLFLAG_RD, &txr->total_packets, in ixgbe_add_hw_stats()