Home
last modified time | relevance | path

Searched refs:MCS_GROUP_RATES (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/mac80211/
Drc80211_minstrel_ht.c220 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly;
313 return &mi->groups[index / MCS_GROUP_RATES].rates[index % MCS_GROUP_RATES]; in minstrel_get_ratestats()
362 cur_group = index / MCS_GROUP_RATES; in minstrel_ht_sort_best_tp_rates()
363 cur_idx = index % MCS_GROUP_RATES; in minstrel_ht_sort_best_tp_rates()
368 tmp_group = tp_list[j - 1] / MCS_GROUP_RATES; in minstrel_ht_sort_best_tp_rates()
369 tmp_idx = tp_list[j - 1] % MCS_GROUP_RATES; in minstrel_ht_sort_best_tp_rates()
400 cur_group = index / MCS_GROUP_RATES; in minstrel_ht_set_best_prob_rate()
401 cur_idx = index % MCS_GROUP_RATES; in minstrel_ht_set_best_prob_rate()
402 mg = &mi->groups[index / MCS_GROUP_RATES]; in minstrel_ht_set_best_prob_rate()
403 mrs = &mg->rates[index % MCS_GROUP_RATES]; in minstrel_ht_set_best_prob_rate()
[all …]
Drc80211_minstrel_ht.h38 #define MCS_GROUP_RATES 10 macro
40 #define MCS_GROUP_RATES 8 macro
46 unsigned int duration[MCS_GROUP_RATES];
63 struct minstrel_rate_stats rates[MCS_GROUP_RATES];
Drc80211_minstrel_ht_debugfs.c40 for (j = 0; j < MCS_GROUP_RATES; j++) { in minstrel_ht_stats_dump()
43 int idx = i * MCS_GROUP_RATES + j; in minstrel_ht_stats_dump()
186 for (j = 0; j < MCS_GROUP_RATES; j++) { in minstrel_ht_stats_csv_dump()
189 int idx = i * MCS_GROUP_RATES + j; in minstrel_ht_stats_csv_dump()