Lines Matching refs:MINSTREL_FRAC
137 mr->cur_prob = MINSTREL_FRAC(mr->success, mr->attempts); in minstrel_calc_rate_ewma()
167 if (mr->probability < MINSTREL_FRAC(1, 10)) { in minstrel_ht_calc_tp()
196 MINSTREL_FRAC(mi->ampdu_len, mi->ampdu_packets), EWMA_LEVEL); in minstrel_ht_update_stats()
240 MINSTREL_FRAC(3, 4)) || mr->probability > cur_prob) { in minstrel_ht_update_stats()
443 MINSTREL_FRAC(rate->success, rate->attempts) < in minstrel_ht_tx_status()
444 MINSTREL_FRAC(20, 100)) in minstrel_ht_tx_status()
449 MINSTREL_FRAC(rate2->success, rate2->attempts) < in minstrel_ht_tx_status()
450 MINSTREL_FRAC(20, 100)) in minstrel_ht_tx_status()
471 if (mr->probability < MINSTREL_FRAC(1, 10)) { in minstrel_calc_retransmit()
512 else if (mr->probability < MINSTREL_FRAC(20, 100)) in minstrel_ht_set_rate()
558 if (!mp->has_mrr && (mr->probability > MINSTREL_FRAC(95, 100))) in minstrel_get_sample_rate()
682 mi->avg_ampdu_len = MINSTREL_FRAC(1, 1); in minstrel_ht_update_caps()