Home
last modified time | relevance | path

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

/freebsd/sys/tests/fib_lookup/
H A Dfib_lookup.c200 uint64_t pass_packets, total_packets = 0; in run_test_inet() local
213 total_packets += pass_packets; in run_test_inet()
217 total_packets, total_diff, total_packets * 1000000000 / total_diff); in run_test_inet()
265 uint64_t pass_packets, total_packets = 0; in run_test_inet6() local
278 total_packets += pass_packets; in run_test_inet6()
282 total_packets, total_diff, total_packets * 1000000000 / total_diff); in run_test_inet6()
402 uint64_t pass_packets, total_packets = 0; in run_test_inet_random() local
415 total_packets += pass_packets; in run_test_inet_random()
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
[all …]
/freebsd/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()
1015 if (sn->stats[size_bin][rix0].total_packets < ssc->smoothing_minpackets) { in update_stats()
1018 int packets = sn->stats[size_bin][rix0].total_packets; in update_stats()
1035 sn->stats[size_bin][rix0].total_packets += nframes; in update_stats()
1044 if (sn->stats[size_bin][rix0].total_packets < in update_stats()
1048 (sn->stats[size_bin][rix0].total_packets); in update_stats()
1392 sn->stats[y][rix].total_packets = 0; in ath_rate_ctl_reset()
1557 if (sn->stats[y][rix].total_packets == 0) in sample_stats()
[all …]
H A Dsample.h62 uint64_t total_packets; /* pkts total since assoc */ member
/freebsd/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/sys/dev/ixgbe/
H A Dixgbe.h280 u64 total_packets; member
H A Dix_txrx.c245 ++txr->total_packets; in ixgbe_isc_txd_encap()
H A Dif_ixv.c286 txr->total_packets = 0; in ixv_if_tx_queues_alloc()
1860 CTLFLAG_RD, &(txr->total_packets), "TX Packets"); in ixv_add_stats_sysctls()
H A Dif_ix.c498 txr->total_packets = 0; in ixgbe_if_tx_queues_alloc()
1725 CTLFLAG_RD, &txr->total_packets, in ixgbe_add_hw_stats()