Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Drc80211_minstrel_debugfs.c62 unsigned int i, tp_max, tp_avg, eprob; in minstrel_stats_open() local
93 tp_avg = minstrel_get_tp_avg(mr, mrs->prob_ewma); in minstrel_stats_open()
100 tp_avg / 10, tp_avg % 10, in minstrel_stats_open()
124 unsigned int i, tp_max, tp_avg, eprob; in minstrel_stats_csv_open() local
150 tp_avg = minstrel_get_tp_avg(mr, mrs->prob_ewma); in minstrel_stats_csv_open()
156 tp_avg / 10, tp_avg % 10, in minstrel_stats_csv_open()
Drc80211_minstrel_ht_debugfs.c35 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_dump() local
101 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, mrs->prob_ewma); in minstrel_ht_stats_dump()
108 tp_avg / 10, tp_avg % 10, in minstrel_ht_stats_dump()
182 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_csv_dump() local
246 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, mrs->prob_ewma); in minstrel_ht_stats_csv_dump()
252 tp_avg / 10, tp_avg % 10, in minstrel_ht_stats_csv_dump()
Drc80211_minstrel_ht.c1694 int i, j, prob, tp_avg; in minstrel_ht_get_expected_throughput() local
1704 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, prob) * 10; in minstrel_ht_get_expected_throughput()
1705 tp_avg = tp_avg * AVG_PKT_SIZE * 8 / 1024; in minstrel_ht_get_expected_throughput()
1707 return tp_avg; in minstrel_ht_get_expected_throughput()