Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Drc80211_minstrel_debugfs.c78 unsigned int i, tp_max, tp_avg, prob, eprob; in minstrel_stats_open() local
109 tp_avg = minstrel_get_tp_avg(mr, mrs->prob_ewma); in minstrel_stats_open()
117 tp_avg / 10, tp_avg % 10, in minstrel_stats_open()
151 unsigned int i, tp_max, tp_avg, prob, eprob; in minstrel_stats_csv_open() local
177 tp_avg = minstrel_get_tp_avg(mr, mrs->prob_ewma); in minstrel_stats_csv_open()
184 tp_avg / 10, tp_avg % 10, in minstrel_stats_csv_open()
Drc80211_minstrel_ht_debugfs.c22 unsigned int j, tp_max, tp_avg, prob, eprob, tx_time; in minstrel_ht_stats_dump() local
85 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, mrs->prob_ewma); in minstrel_ht_stats_dump()
93 tp_avg / 10, tp_avg % 10, in minstrel_ht_stats_dump()
168 unsigned int j, tp_max, tp_avg, prob, eprob, tx_time; in minstrel_ht_stats_csv_dump() local
228 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, mrs->prob_ewma); in minstrel_ht_stats_csv_dump()
235 tp_avg / 10, tp_avg % 10, in minstrel_ht_stats_csv_dump()
Drc80211_minstrel_ht.c1327 int i, j, prob, tp_avg; in minstrel_ht_get_expected_throughput() local
1337 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, prob) * 10; in minstrel_ht_get_expected_throughput()
1338 tp_avg = tp_avg * AVG_PKT_SIZE * 8 / 1024; in minstrel_ht_get_expected_throughput()
1340 return tp_avg; in minstrel_ht_get_expected_throughput()