Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Drc80211_minstrel_debugfs.c78 unsigned int i, tp_max, tp_avg, prob, eprob; in minstrel_stats_open() local
111 tp_avg = minstrel_get_tp_avg(mr, mrs->prob_ewma); in minstrel_stats_open()
119 tp_avg / 10, tp_avg % 10, in minstrel_stats_open()
153 unsigned int i, tp_max, tp_avg, prob, eprob; in minstrel_stats_csv_open() local
179 tp_avg = minstrel_get_tp_avg(mr, mrs->prob_ewma); in minstrel_stats_csv_open()
186 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()
170 unsigned int j, tp_max, tp_avg, prob, eprob, tx_time; in minstrel_ht_stats_csv_dump() local
230 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, mrs->prob_ewma); in minstrel_ht_stats_csv_dump()
237 tp_avg / 10, tp_avg % 10, in minstrel_ht_stats_csv_dump()
Drc80211_minstrel_ht.c1321 int i, j, prob, tp_avg; in minstrel_ht_get_expected_throughput() local
1331 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, prob) * 10; in minstrel_ht_get_expected_throughput()
1332 tp_avg = tp_avg * AVG_PKT_SIZE * 8 / 1024; in minstrel_ht_get_expected_throughput()
1334 return tp_avg; in minstrel_ht_get_expected_throughput()