Lines Matching refs:minstrel_mcs_groups
210 const struct mcs_group minstrel_mcs_groups[] = { variable
464 const struct mcs_group *group = &minstrel_mcs_groups[MI_RATE_GROUP(index)]; in minstrel_get_duration()
516 nsecs += minstrel_mcs_groups[group].duration[rate] << in minstrel_ht_get_tp_avg()
517 minstrel_mcs_groups[group].shift; in minstrel_ht_get_tp_avg()
681 tmp_max_streams = minstrel_mcs_groups[group].streams; in minstrel_ht_prob_rate_reduce_streams()
682 for (group = 0; group < ARRAY_SIZE(minstrel_mcs_groups); group++) { in minstrel_ht_prob_rate_reduce_streams()
691 (minstrel_mcs_groups[group].streams < tmp_max_streams)) { in minstrel_ht_prob_rate_reduce_streams()
882 for (i = 0; i < ARRAY_SIZE(minstrel_mcs_groups); i++) { in minstrel_ht_next_inc_rate()
883 group = (group + 1) % ARRAY_SIZE(minstrel_mcs_groups); in minstrel_ht_next_inc_rate()
953 for (i = 0; i < ARRAY_SIZE(minstrel_mcs_groups); i++) { in minstrel_ht_next_jump_rate()
956 group = (group + 1) % ARRAY_SIZE(minstrel_mcs_groups); in minstrel_ht_next_jump_rate()
1106 for (group = 0; group < ARRAY_SIZE(minstrel_mcs_groups); group++) { in minstrel_ht_update_stats()
1157 for (group = 0; group < ARRAY_SIZE(minstrel_mcs_groups); group++) { in minstrel_ht_update_stats()
1269 if (minstrel_mcs_groups[group].streams > in minstrel_downgrade_rate()
1270 minstrel_mcs_groups[orig_group].streams) in minstrel_downgrade_rate()
1446 const struct mcs_group *group = &minstrel_mcs_groups[group_idx]; in minstrel_ht_set_rate()
1504 const struct mcs_group *g = &minstrel_mcs_groups[group]; in minstrel_ht_get_max_amsdu_len()
1625 sample_group = &minstrel_mcs_groups[MI_RATE_GROUP(sample_idx)]; in minstrel_ht_get_rate()
1628 if (sample_group == &minstrel_mcs_groups[MINSTREL_CCK_GROUP] && in minstrel_ht_get_rate()
1635 if (sample_group == &minstrel_mcs_groups[MINSTREL_CCK_GROUP]) { in minstrel_ht_get_rate()
1638 } else if (sample_group == &minstrel_mcs_groups[MINSTREL_OFDM_GROUP]) { in minstrel_ht_get_rate()
1715 BUILD_BUG_ON(ARRAY_SIZE(minstrel_mcs_groups) != MINSTREL_GROUPS_NB); in minstrel_ht_update_caps()
1759 u32 gflags = minstrel_mcs_groups[i].flags; in minstrel_ht_update_caps()
1780 nss = minstrel_mcs_groups[i].streams; in minstrel_ht_update_caps()