Searched refs:tp_avg (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | rc80211_minstrel_debugfs.c | 62 unsigned int i, tp_max, tp_avg, eprob; in minstrel_stats_open() local 93 tp_avg = minstrel_get_tp_avg(mr, mrs->prob_avg); 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_avg); in minstrel_stats_csv_open() 156 tp_avg / 10, tp_avg % 10, in minstrel_stats_csv_open()
|
H A D | rc80211_minstrel_ht_debugfs.c | 35 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_avg); 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_avg); in minstrel_ht_stats_csv_dump() 252 tp_avg / 10, tp_avg % 10, in minstrel_ht_stats_csv_dump()
|
H A D | rc80211_minstrel_ht.c | 1708 int i, j, prob, tp_avg; in minstrel_ht_get_expected_throughput() local 1717 /* convert tp_avg from pkt per second in kbps */ in minstrel_ht_get_expected_throughput() 1718 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, prob) * 10; in minstrel_ht_get_expected_throughput() 1719 tp_avg = tp_avg * AVG_PKT_SIZE * 8 / 1024; in minstrel_ht_get_expected_throughput() 1721 return tp_avg; in minstrel_ht_get_expected_throughput()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A 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() 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 D | rc80211_minstrel_ht.c | 1991 int i, j, prob, tp_avg; in minstrel_ht_get_expected_throughput() local 1997 /* convert tp_avg from pkt per second in kbps */ in minstrel_ht_get_expected_throughput() 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()
|
Completed in 7 milliseconds