Home
last modified time | relevance | path

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

/linux-5.19.10/net/mac80211/
Drc80211_minstrel_ht_debugfs.c51 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_dump() local
125 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, mrs->prob_avg); in minstrel_ht_stats_dump()
132 tp_avg / 10, tp_avg % 10, in minstrel_ht_stats_dump()
197 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_csv_dump() local
269 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, mrs->prob_avg); in minstrel_ht_stats_csv_dump()
275 tp_avg / 10, tp_avg % 10, in minstrel_ht_stats_csv_dump()
Drc80211_minstrel_ht.c1997 int i, j, prob, tp_avg; in minstrel_ht_get_expected_throughput() local
2004 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, prob) * 10; in minstrel_ht_get_expected_throughput()
2005 tp_avg = tp_avg * AVG_PKT_SIZE * 8 / 1024; in minstrel_ht_get_expected_throughput()
2007 return tp_avg; in minstrel_ht_get_expected_throughput()