Home
last modified time | relevance | path

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

/freebsd-13.1/sys/tests/fib_lookup/
H A Dfib_lookup.c214 total_packets += pass_packets; in run_test_inet()
218 total_packets, total_diff, total_packets * 1000000000 / total_diff); in run_test_inet()
279 total_packets += pass_packets; in run_test_inet6()
283 total_packets, total_diff, total_packets * 1000000000 / total_diff); in run_test_inet6()
427 total_packets, total_diff, total_packets * 1000000000 / total_diff); in run_test_inet_random()
525 uint64_t total_packets = 0; in run_test_inet_scan() local
534 total_packets++; in run_test_inet_scan()
551 total_packets, total_diff, total_packets * 1000000000 / total_diff); in run_test_inet_scan()
718 uint64_t total_packets = 0; in run_test_inet6_scan() local
727 total_packets++; in run_test_inet6_scan()
[all …]
/freebsd-13.1/sys/dev/ath/ath_rate/sample/
H A Dsample.c344 if (sn->stats[size_bin][rix].total_packets > 0) { in pick_best_rate()
373 sn->stats[size_bin][best_rate_rix].total_packets, in pick_best_rate()
377 sn->stats[size_bin][rix].total_packets, in pick_best_rate()
1014 int packets = sn->stats[size_bin][rix0].total_packets; in update_stats()
1031 sn->stats[size_bin][rix0].total_packets += nframes; in update_stats()
1040 if (sn->stats[size_bin][rix0].total_packets < in update_stats()
1044 (sn->stats[size_bin][rix0].total_packets); in update_stats()
1388 sn->stats[y][rix].total_packets = 0; in ath_rate_ctl_reset()
1542 if (sn->stats[y][rix].total_packets == 0) in sample_stats()
1547 (uintmax_t) sn->stats[y][rix].total_packets, in sample_stats()
[all …]
H A Dsample.h64 uint64_t total_packets; /* pkts total since assoc */ member
/freebsd-13.1/tools/tools/ath/athratestats/
H A Dmain.c158 if (sn->stats[y][rix].total_packets == 0) in ath_sample_stats()
175 (uintmax_t) sn->stats[y][rix].total_packets, in ath_sample_stats()
/freebsd-13.1/sys/dev/ixgbe/
H A Dixgbe.h281 u64 total_packets; member
H A Dix_txrx.c242 ++txr->total_packets; in ixgbe_isc_txd_encap()
H A Dif_ixv.c286 txr->total_packets = 0; in ixv_if_tx_queues_alloc()
1844 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()
1644 CTLFLAG_RD, &txr->total_packets, in ixgbe_add_hw_stats()