Searched refs:tp_avg (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/net/mac80211/ |
D | rc80211_minstrel_ht_debugfs.c | 51 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() 196 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_csv_dump() local 268 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, mrs->prob_avg); in minstrel_ht_stats_csv_dump() 274 tp_avg / 10, tp_avg % 10, in minstrel_ht_stats_csv_dump()
|
D | rc80211_minstrel_ht.c | 1990 int i, j, prob, tp_avg; in minstrel_ht_get_expected_throughput() local 1997 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, prob) * 10; in minstrel_ht_get_expected_throughput() 1998 tp_avg = tp_avg * AVG_PKT_SIZE * 8 / 1024; in minstrel_ht_get_expected_throughput() 2000 return tp_avg; in minstrel_ht_get_expected_throughput()
|