MINSTREL_FRAC      82 net/mac80211/rc80211_minstrel.c 	if (mr->stats.prob_ewma < MINSTREL_FRAC(10, 100))
MINSTREL_FRAC      85 net/mac80211/rc80211_minstrel.c 	if (prob_ewma > MINSTREL_FRAC(90, 100))
MINSTREL_FRAC      86 net/mac80211/rc80211_minstrel.c 		return MINSTREL_TRUNC(100000 * (MINSTREL_FRAC(90, 100) / usecs));
MINSTREL_FRAC     166 net/mac80211/rc80211_minstrel.c 		cur_prob = MINSTREL_FRAC(mrs->success, mrs->attempts);
MINSTREL_FRAC     207 net/mac80211/rc80211_minstrel.c 		if (mrs->prob_ewma > MINSTREL_FRAC(95, 100) ||
MINSTREL_FRAC     208 net/mac80211/rc80211_minstrel.c 		    mrs->prob_ewma < MINSTREL_FRAC(10, 100)) {
MINSTREL_FRAC     228 net/mac80211/rc80211_minstrel.c 		if (mrs->prob_ewma >= MINSTREL_FRAC(95, 100)) {
MINSTREL_FRAC     425 net/mac80211/rc80211_minstrel.c 	   (mi->r[ndx].stats.prob_ewma > MINSTREL_FRAC(95, 100)))
MINSTREL_FRAC      92 net/mac80211/rc80211_minstrel_debugfs.c 		tp_max = minstrel_get_tp_avg(mr, MINSTREL_FRAC(100,100));
MINSTREL_FRAC     149 net/mac80211/rc80211_minstrel_debugfs.c 		tp_max = minstrel_get_tp_avg(mr, MINSTREL_FRAC(100,100));
MINSTREL_FRAC     354 net/mac80211/rc80211_minstrel_ht.c 	if (prob_ewma < MINSTREL_FRAC(10, 100))
MINSTREL_FRAC     368 net/mac80211/rc80211_minstrel_ht.c 	if (prob_ewma > MINSTREL_FRAC(90, 100))
MINSTREL_FRAC     369 net/mac80211/rc80211_minstrel_ht.c 		return MINSTREL_TRUNC(100000 * ((MINSTREL_FRAC(90, 100) * 1000)
MINSTREL_FRAC     449 net/mac80211/rc80211_minstrel_ht.c 	if (mrs->prob_ewma > MINSTREL_FRAC(75, 100)) {
MINSTREL_FRAC     626 net/mac80211/rc80211_minstrel_ht.c 	faster_rate = mrs->prob_ewma > MINSTREL_FRAC(75, 100);
MINSTREL_FRAC     694 net/mac80211/rc80211_minstrel_ht.c 				MINSTREL_FRAC(mi->ampdu_len, mi->ampdu_packets),
MINSTREL_FRAC     973 net/mac80211/rc80211_minstrel_ht.c 		    MINSTREL_FRAC(rate->success, rate->attempts) <
MINSTREL_FRAC     974 net/mac80211/rc80211_minstrel_ht.c 		    MINSTREL_FRAC(20, 100)) {
MINSTREL_FRAC     981 net/mac80211/rc80211_minstrel_ht.c 		    MINSTREL_FRAC(rate2->success, rate2->attempts) <
MINSTREL_FRAC     982 net/mac80211/rc80211_minstrel_ht.c 		    MINSTREL_FRAC(20, 100)) {
MINSTREL_FRAC    1011 net/mac80211/rc80211_minstrel_ht.c 	if (mrs->prob_ewma < MINSTREL_FRAC(1, 10)) {
MINSTREL_FRAC    1068 net/mac80211/rc80211_minstrel_ht.c 	if (mrs->prob_ewma < MINSTREL_FRAC(20, 100) || !mrs->retry_count) {
MINSTREL_FRAC    1118 net/mac80211/rc80211_minstrel_ht.c 	if (mi->groups[group].rates[rate].prob_ewma < MINSTREL_FRAC(50, 100))
MINSTREL_FRAC    1142 net/mac80211/rc80211_minstrel_ht.c 	     MINSTREL_FRAC(75, 100)))
MINSTREL_FRAC    1246 net/mac80211/rc80211_minstrel_ht.c 	if (mrs->prob_ewma > MINSTREL_FRAC(95, 100) ||
MINSTREL_FRAC    1421 net/mac80211/rc80211_minstrel_ht.c 	mi->avg_ampdu_len = MINSTREL_FRAC(1, 1);
MINSTREL_FRAC     100 net/mac80211/rc80211_minstrel_ht_debugfs.c 		tp_max = minstrel_ht_get_tp_avg(mi, i, j, MINSTREL_FRAC(100, 100));
MINSTREL_FRAC     245 net/mac80211/rc80211_minstrel_ht_debugfs.c 		tp_max = minstrel_ht_get_tp_avg(mi, i, j, MINSTREL_FRAC(100, 100));