Home
last modified time | relevance | path

Searched refs:packets_acked (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_rate/sample/
H A Dsample.c195 !sn->stats[size_bin][rix].packets_acked)) in pick_best_rate()
805 sn->stats[size_bin][rix0].packets_acked += (nframes - nbad); in update_stats()
822 int a_pct = (sn->stats[size_bin][rix0].packets_acked * 1000) / in update_stats()
1140 sn->stats[y][rix].packets_acked = 0; in ath_rate_ctl_reset()
1304 (uintmax_t) sn->stats[y][rix].packets_acked, in sample_stats()
1305 (int) ((sn->stats[y][rix].packets_acked * 100ULL) / in sample_stats()
H A Dsample.h63 uint64_t packets_acked; /* pkts acked since assoc */ member