Searched refs:tp_max (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/mac80211/ |
D | rc80211_minstrel_debugfs.c | 78 unsigned int i, tp_max, tp_avg, prob, eprob; in minstrel_stats_open() local 110 tp_max = minstrel_get_tp_avg(mr, MINSTREL_FRAC(100,100)); in minstrel_stats_open() 118 tp_max / 10, tp_max % 10, in minstrel_stats_open() 153 unsigned int i, tp_max, tp_avg, prob, eprob; in minstrel_stats_csv_open() local 178 tp_max = minstrel_get_tp_avg(mr, MINSTREL_FRAC(100,100)); in minstrel_stats_csv_open() 185 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, 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() 170 unsigned int j, tp_max, tp_avg, prob, eprob, tx_time; in minstrel_ht_stats_csv_dump() local 229 tp_max = minstrel_ht_get_tp_avg(mi, i, j, MINSTREL_FRAC(100, 100)); in minstrel_ht_stats_csv_dump() 236 tp_max / 10, tp_max % 10, in minstrel_ht_stats_csv_dump()
|