Searched refs:tp_max (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/mac80211/ |
D | rc80211_minstrel_debugfs.c | 78 unsigned int i, tp_max, tp_avg, eprob; in minstrel_stats_open() local 109 tp_max = minstrel_get_tp_avg(mr, MINSTREL_FRAC(100,100)); in minstrel_stats_open() 117 tp_max / 10, tp_max % 10, in minstrel_stats_open() 151 unsigned int i, tp_max, tp_avg, eprob; in minstrel_stats_csv_open() local 177 tp_max = minstrel_get_tp_avg(mr, MINSTREL_FRAC(100,100)); in minstrel_stats_csv_open() 184 tp_max / 10, tp_max % 10, in minstrel_stats_csv_open()
|
D | rc80211_minstrel_ht_debugfs.c | 22 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_dump() local 85 tp_max = minstrel_ht_get_tp_avg(mi, i, j, MINSTREL_FRAC(100, 100)); in minstrel_ht_stats_dump() 93 tp_max / 10, tp_max % 10, in minstrel_ht_stats_dump() 168 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_csv_dump() local 228 tp_max = minstrel_ht_get_tp_avg(mi, i, j, MINSTREL_FRAC(100, 100)); in minstrel_ht_stats_csv_dump() 235 tp_max / 10, tp_max % 10, in minstrel_ht_stats_csv_dump()
|