Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Drc80211_minstrel_debugfs.c78 unsigned int i, tp_max, tp_avg, prob, eprob; in minstrel_stats_open() local
108 tp_max = minstrel_get_tp_avg(mr, MINSTREL_FRAC(100,100)); in minstrel_stats_open()
116 tp_max / 10, tp_max % 10, in minstrel_stats_open()
151 unsigned int i, tp_max, tp_avg, prob, eprob; in minstrel_stats_csv_open() local
176 tp_max = minstrel_get_tp_avg(mr, MINSTREL_FRAC(100,100)); in minstrel_stats_csv_open()
183 tp_max / 10, tp_max % 10, in minstrel_stats_csv_open()
Drc80211_minstrel_ht_debugfs.c22 unsigned int j, tp_max, tp_avg, prob, eprob, tx_time; in minstrel_ht_stats_dump() local
84 tp_max = minstrel_ht_get_tp_avg(mi, i, j, MINSTREL_FRAC(100, 100)); in minstrel_ht_stats_dump()
92 tp_max / 10, tp_max % 10, in minstrel_ht_stats_dump()
168 unsigned int j, tp_max, tp_avg, prob, eprob, tx_time; in minstrel_ht_stats_csv_dump() local
227 tp_max = minstrel_ht_get_tp_avg(mi, i, j, MINSTREL_FRAC(100, 100)); in minstrel_ht_stats_csv_dump()
234 tp_max / 10, tp_max % 10, in minstrel_ht_stats_csv_dump()