Searched refs:total_packets (Results 1 – 13 of 13) sorted by relevance
| /trueos/sys/dev/ath/ath_rate/sample/ |
| HD | sample.c | 190 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 …]
|
| HD | sample.h | 62 uint64_t total_packets; /* pkts total since assoc */ member
|
| /trueos/tools/tools/ath/athratestats/ |
| HD | main.c | 159 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/ |
| HD | if_igb.h | 325 u64 total_packets; member
|
| HD | if_igb.c | 1973 ++txr->total_packets; in igb_xmit() 5698 CTLFLAG_RD, &txr->total_packets, in igb_add_hw_stats()
|
| /trueos/sys/dev/ixl/ |
| HD | ixl.h | 372 u64 total_packets; member
|
| HD | ixl_txrx.c | 360 ++txr->total_packets; in ixl_xmit()
|
| HD | if_ixlv.c | 2797 CTLFLAG_RD, &(txr->total_packets), in ixlv_add_sysctls()
|
| HD | if_ixl.c | 3008 CTLFLAG_RD, &(txr->total_packets), in ixl_add_hw_stats()
|
| /trueos/sys/dev/ixgbe/ |
| HD | ixgbe.h | 355 u64 total_packets; member
|
| HD | if_ixv.c | 2034 CTLFLAG_RD, &(txr->total_packets), in ixv_add_stats_sysctls() 2079 txr->me, (long)txr->total_packets); in ixv_print_debug_info()
|
| HD | ix_txrx.c | 480 ++txr->total_packets;
|
| HD | if_ix.c | 4024 CTLFLAG_RD, &txr->total_packets, in ixgbe_add_hw_stats()
|