Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/ath_rate/sample/
HDsample.c190 if (sn->stats[size_bin][rix].total_packets > 0) { in pick_best_rate()
761 if (sn->stats[size_bin][rix0].total_packets < ssc->smoothing_minpackets) { in update_stats()
764 int packets = sn->stats[size_bin][rix0].total_packets; in update_stats()
793 sn->stats[y][rix0].total_packets += nframes; in update_stats()
802 sn->stats[size_bin][rix0].total_packets += nframes; in update_stats()
811 if (sn->stats[size_bin][rix0].total_packets < in update_stats()
815 (sn->stats[size_bin][rix0].total_packets); in update_stats()
1124 sn->stats[y][rix].total_packets = 0; in ath_rate_ctl_reset()
1278 if (sn->stats[y][rix].total_packets == 0) in sample_stats()
1283 (uintmax_t) sn->stats[y][rix].total_packets, in sample_stats()
[all …]
HDsample.h62 uint64_t total_packets; /* pkts total since assoc */ member
/trueos/tools/tools/ath/athratestats/
HDmain.c159 if (sn->stats[y][rix].total_packets == 0) in ath_sample_stats()
176 (uintmax_t) sn->stats[y][rix].total_packets, in ath_sample_stats()
/trueos/sys/dev/e1000/
HDif_igb.h325 u64 total_packets; member
HDif_igb.c1973 ++txr->total_packets; in igb_xmit()
5698 CTLFLAG_RD, &txr->total_packets, in igb_add_hw_stats()
/trueos/sys/dev/ixl/
HDixl.h372 u64 total_packets; member
HDixl_txrx.c360 ++txr->total_packets; in ixl_xmit()
HDif_ixlv.c2797 CTLFLAG_RD, &(txr->total_packets), in ixlv_add_sysctls()
HDif_ixl.c3008 CTLFLAG_RD, &(txr->total_packets), in ixl_add_hw_stats()
/trueos/sys/dev/ixgbe/
HDixgbe.h355 u64 total_packets; member
HDif_ixv.c2034 CTLFLAG_RD, &(txr->total_packets), in ixv_add_stats_sysctls()
2079 txr->me, (long)txr->total_packets); in ixv_print_debug_info()
HDix_txrx.c480 ++txr->total_packets;
HDif_ix.c4024 CTLFLAG_RD, &txr->total_packets, in ixgbe_add_hw_stats()