Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.c338 !sn->stats[size_bin][rix].packets_acked)) in pick_best_rate()
1030 sn->stats[size_bin][rix0].packets_acked += (nframes - nbad); in update_stats()
1047 int a_pct = (sn->stats[size_bin][rix0].packets_acked * 1000) / in update_stats()
1393 sn->stats[y][rix].packets_acked = 0; in ath_rate_ctl_reset()
1563 (uintmax_t) sn->stats[y][rix].packets_acked, in sample_stats()
1564 (int) ((sn->stats[y][rix].packets_acked * 100ULL) / in sample_stats()
H A Dsample.h63 uint64_t packets_acked; /* pkts acked since assoc */ member
/freebsd/tools/tools/ath/athratestats/
H A Dmain.c174 (uintmax_t) sn->stats[y][rix].packets_acked, in ath_sample_stats()