Searched refs:MCS_GROUP_RATES (Results 1 – 4 of 4) sorted by relevance
238 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly;332 return &mi->groups[index / MCS_GROUP_RATES].rates[index % MCS_GROUP_RATES]; in minstrel_get_ratestats()391 cur_group = index / MCS_GROUP_RATES; in minstrel_ht_sort_best_tp_rates()392 cur_idx = index % MCS_GROUP_RATES; in minstrel_ht_sort_best_tp_rates()397 tmp_group = tp_list[j - 1] / MCS_GROUP_RATES; in minstrel_ht_sort_best_tp_rates()398 tmp_idx = tp_list[j - 1] % MCS_GROUP_RATES; in minstrel_ht_sort_best_tp_rates()429 cur_group = index / MCS_GROUP_RATES; in minstrel_ht_set_best_prob_rate()430 cur_idx = index % MCS_GROUP_RATES; in minstrel_ht_set_best_prob_rate()431 mg = &mi->groups[index / MCS_GROUP_RATES]; in minstrel_ht_set_best_prob_rate()432 mrs = &mg->rates[index % MCS_GROUP_RATES]; in minstrel_ht_set_best_prob_rate()[all …]
30 #define MCS_GROUP_RATES 10 macro37 u16 duration[MCS_GROUP_RATES];51 struct minstrel_rate_stats rates[MCS_GROUP_RATES];
53 for (j = 0; j < MCS_GROUP_RATES; j++) { in minstrel_ht_stats_dump()56 int idx = i * MCS_GROUP_RATES + j; in minstrel_ht_stats_dump()200 for (j = 0; j < MCS_GROUP_RATES; j++) { in minstrel_ht_stats_csv_dump()203 int idx = i * MCS_GROUP_RATES + j; in minstrel_ht_stats_csv_dump()
86 #define MCS_GROUP_RATES 12 macro213 u16 duration[MCS_GROUP_RATES];