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];
267 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly;856 for (i = 0; i < MCS_GROUP_RATES && supported; i++, supported >>= 1) { in minstrel_ht_group_min_rate_offset()910 for (i = 0; i < MCS_GROUP_RATES; i++) { in minstrel_ht_next_group_sample_rate()912 if (++mg->index >= MCS_GROUP_RATES) { in minstrel_ht_next_group_sample_rate()1121 for (i = MCS_GROUP_RATES - 1; i >= 0; i--) { in minstrel_ht_update_stats()1164 for (i = 0; i < MCS_GROUP_RATES; i++) { in minstrel_ht_update_stats()2035 u8 rnd[MCS_GROUP_RATES]; in init_sample_table()2040 for (i = 0; i < MCS_GROUP_RATES; i++) { in init_sample_table()2041 new_idx = (i + rnd[i]) % MCS_GROUP_RATES; in init_sample_table()2043 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()
81 #define MCS_GROUP_RATES 12 macro208 u16 duration[MCS_GROUP_RATES];455 if (idx >= MCS_GROUP_RATES) in ieee80211_get_rate_duration()