Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Drc80211_minstrel_debugfs.c78 unsigned int i, tp_max, tp_avg, eprob; in minstrel_stats_open() local
110 tp_avg = minstrel_get_tp_avg(mr, mrs->prob_ewma); in minstrel_stats_open()
118 tp_avg / 10, tp_avg % 10, in minstrel_stats_open()
151 unsigned int i, tp_max, tp_avg, eprob; in minstrel_stats_csv_open() local
178 tp_avg = minstrel_get_tp_avg(mr, mrs->prob_ewma); in minstrel_stats_csv_open()
185 tp_avg / 10, tp_avg % 10, in minstrel_stats_csv_open()
Drc80211_minstrel_ht_debugfs.c22 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_dump() local
86 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, mrs->prob_ewma); in minstrel_ht_stats_dump()
94 tp_avg / 10, tp_avg % 10, in minstrel_ht_stats_dump()
168 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_csv_dump() local
229 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, mrs->prob_ewma); in minstrel_ht_stats_csv_dump()
236 tp_avg / 10, tp_avg % 10, in minstrel_ht_stats_csv_dump()
Drc80211_minstrel_ht.c1359 int i, j, prob, tp_avg; in minstrel_ht_get_expected_throughput() local
1369 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, prob) * 10; in minstrel_ht_get_expected_throughput()
1370 tp_avg = tp_avg * AVG_PKT_SIZE * 8 / 1024; in minstrel_ht_get_expected_throughput()
1372 return tp_avg; in minstrel_ht_get_expected_throughput()