Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A 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()
H A Drc80211_minstrel_ht.c1991 int i, j, prob, tp_avg; in minstrel_ht_get_expected_throughput() local
1998 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, prob) * 10; in minstrel_ht_get_expected_throughput()
1999 tp_avg = tp_avg * AVG_PKT_SIZE * 8 / 1024; in minstrel_ht_get_expected_throughput()
2001 return tp_avg; in minstrel_ht_get_expected_throughput()