Searched refs:MCS_GROUP_RATES (Results 1 – 3 of 3) sorted by relevance
237 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly;331 return &mi->groups[index / MCS_GROUP_RATES].rates[index % MCS_GROUP_RATES]; in minstrel_get_ratestats()390 cur_group = index / MCS_GROUP_RATES; in minstrel_ht_sort_best_tp_rates()391 cur_idx = index % MCS_GROUP_RATES; in minstrel_ht_sort_best_tp_rates()396 tmp_group = tp_list[j - 1] / MCS_GROUP_RATES; in minstrel_ht_sort_best_tp_rates()397 tmp_idx = tp_list[j - 1] % MCS_GROUP_RATES; in minstrel_ht_sort_best_tp_rates()428 cur_group = index / MCS_GROUP_RATES; in minstrel_ht_set_best_prob_rate()429 cur_idx = index % MCS_GROUP_RATES; in minstrel_ht_set_best_prob_rate()430 mg = &mi->groups[index / MCS_GROUP_RATES]; in minstrel_ht_set_best_prob_rate()431 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()