Searched refs:MCS_GROUP_RATES (Results 1 – 4 of 4) sorted by relevance
60 #define MCS_GROUP_RATES 10 macro104 u16 duration[MCS_GROUP_RATES];146 struct minstrel_rate_stats rates[MCS_GROUP_RATES];
268 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly;787 for (i = 0; i < MCS_GROUP_RATES && supported; i++, supported >>= 1) { in minstrel_ht_group_min_rate_offset()841 for (i = 0; i < MCS_GROUP_RATES; i++) { in minstrel_ht_next_group_sample_rate()843 if (++mg->index >= MCS_GROUP_RATES) { in minstrel_ht_next_group_sample_rate()1052 for (i = MCS_GROUP_RATES - 1; i >= 0; i--) { in minstrel_ht_update_stats()1095 for (i = 0; i < MCS_GROUP_RATES; i++) { in minstrel_ht_update_stats()1907 u8 rnd[MCS_GROUP_RATES]; in init_sample_table()1912 for (i = 0; i < MCS_GROUP_RATES; i++) { in init_sample_table()1913 new_idx = (i + rnd[i]) % MCS_GROUP_RATES; in init_sample_table()1915 new_idx = (new_idx + 1) % MCS_GROUP_RATES; in init_sample_table()
69 for (j = 0; j < MCS_GROUP_RATES; j++) { in minstrel_ht_stats_dump()215 for (j = 0; j < MCS_GROUP_RATES; j++) { in minstrel_ht_stats_csv_dump()
86 #define MCS_GROUP_RATES 12 macro213 u16 duration[MCS_GROUP_RATES];