Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/athratestats/
H A Dmain.c134 dot11rate(rt, sn->last_sample_rix[y]), in ath_sample_stats()
135 dot11str(rt, sn->last_sample_rix[y]), in ath_sample_stats()
160 else if (rix == sn->last_sample_rix[y]) in ath_sample_stats()
183 else if (rix == sn->last_sample_rix[y]) in ath_sample_stats()
/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.h99 int last_sample_rix[NUM_PACKET_SIZE_BINS]; member
H A Dsample.c434 rix = sn->last_sample_rix[size_bin]+1; /* next sample rate */ in pick_sample_rate()
513 sn->last_sample_rix[size_bin] = rix; in pick_sample_rate()
1379 sn->last_sample_rix[y] = 0; in ath_rate_ctl_reset()
1544 dot11rate(rt, sn->last_sample_rix[y]), in sample_stats()
1545 dot11rate_label(rt, sn->last_sample_rix[y]), in sample_stats()