Home
last modified time | relevance | path

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

/freebsd-13.1/tools/tools/ath/athratestats/
H A Dmain.c136 dot11rate(rt, sn->last_sample_rix[y]), in ath_sample_stats()
137 dot11str(rt, sn->last_sample_rix[y]), in ath_sample_stats()
162 else if (rix == sn->last_sample_rix[y]) in ath_sample_stats()
185 else if (rix == sn->last_sample_rix[y]) in ath_sample_stats()
/freebsd-13.1/sys/dev/ath/ath_rate/sample/
H A Dsample.h101 int last_sample_rix[NUM_PACKET_SIZE_BINS]; member
H A Dsample.c435 rix = sn->last_sample_rix[size_bin]+1; /* next sample rate */ in pick_sample_rate()
514 sn->last_sample_rix[size_bin] = rix; in pick_sample_rate()
1375 sn->last_sample_rix[y] = 0; in ath_rate_ctl_reset()
1529 dot11rate(rt, sn->last_sample_rix[y]), in sample_stats()
1530 dot11rate_label(rt, sn->last_sample_rix[y]), in sample_stats()