Searched refs:MCS_GROUP_RATES (Results 1 – 4 of 4) sorted by relevance
60 #define MCS_GROUP_RATES 10 macro 103 u16 duration[MCS_GROUP_RATES];145 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() 2018 u8 rnd[MCS_GROUP_RATES]; in init_sample_table() 2023 for (i = 0; i < MCS_GROUP_RATES; i++) { in init_sample_table() 2024 new_idx = (i + rnd[i]) % MCS_GROUP_RATES; in init_sample_table() 2026 new_idx = (new_idx + 1) % MCS_GROUP_RATES; in init_sample_table() [all...]
69 for (j = 0; j < MCS_GROUP_RATES; j++) { in minstrel_ht_stats_dump() 214 for (j = 0; j < MCS_GROUP_RATES; j++) { in minstrel_ht_stats_csv_dump()
101 #define MCS_GROUP_RATES 14 macro 291 u16 duration[MCS_GROUP_RATES];574 if (idx >= MCS_GROUP_RATES) in ieee80211_get_rate_duration()