minstrel_mcs_groups  183 net/mac80211/rc80211_minstrel_ht.c const struct mcs_group minstrel_mcs_groups[] = {
minstrel_mcs_groups  360 net/mac80211/rc80211_minstrel_ht.c 	nsecs += minstrel_mcs_groups[group].duration[rate] <<
minstrel_mcs_groups  361 net/mac80211/rc80211_minstrel_ht.c 		 minstrel_mcs_groups[group].shift;
minstrel_mcs_groups  513 net/mac80211/rc80211_minstrel_ht.c 	tmp_max_streams = minstrel_mcs_groups[mi->max_tp_rate[0] /
minstrel_mcs_groups  515 net/mac80211/rc80211_minstrel_ht.c 	for (group = 0; group < ARRAY_SIZE(minstrel_mcs_groups); group++) {
minstrel_mcs_groups  524 net/mac80211/rc80211_minstrel_ht.c 		   (minstrel_mcs_groups[group].streams < tmp_max_streams)) {
minstrel_mcs_groups  536 net/mac80211/rc80211_minstrel_ht.c 	const struct mcs_group *group = &minstrel_mcs_groups[index / MCS_GROUP_RATES];
minstrel_mcs_groups  565 net/mac80211/rc80211_minstrel_ht.c 	tp_group = &minstrel_mcs_groups[mi->max_tp_rate[0] / MCS_GROUP_RATES];
minstrel_mcs_groups  578 net/mac80211/rc80211_minstrel_ht.c 		group = &minstrel_mcs_groups[g];
minstrel_mcs_groups  720 net/mac80211/rc80211_minstrel_ht.c 	for (group = 0; group < ARRAY_SIZE(minstrel_mcs_groups); group++) {
minstrel_mcs_groups  820 net/mac80211/rc80211_minstrel_ht.c 		mi->sample_group %= ARRAY_SIZE(minstrel_mcs_groups);
minstrel_mcs_groups  847 net/mac80211/rc80211_minstrel_ht.c 		if (minstrel_mcs_groups[group].streams >
minstrel_mcs_groups  848 net/mac80211/rc80211_minstrel_ht.c 		    minstrel_mcs_groups[orig_group].streams)
minstrel_mcs_groups 1059 net/mac80211/rc80211_minstrel_ht.c 	const struct mcs_group *group = &minstrel_mcs_groups[index / MCS_GROUP_RATES];
minstrel_mcs_groups 1113 net/mac80211/rc80211_minstrel_ht.c 	const struct mcs_group *g = &minstrel_mcs_groups[group];
minstrel_mcs_groups 1270 net/mac80211/rc80211_minstrel_ht.c 	cur_max_tp_streams = minstrel_mcs_groups[tp_rate1 /
minstrel_mcs_groups 1274 net/mac80211/rc80211_minstrel_ht.c 	     minstrel_mcs_groups[sample_group].streams ||
minstrel_mcs_groups 1331 net/mac80211/rc80211_minstrel_ht.c 	sample_group = &minstrel_mcs_groups[sample_idx / MCS_GROUP_RATES];
minstrel_mcs_groups 1334 net/mac80211/rc80211_minstrel_ht.c 	if (sample_group == &minstrel_mcs_groups[MINSTREL_CCK_GROUP] &&
minstrel_mcs_groups 1341 net/mac80211/rc80211_minstrel_ht.c 	if (sample_group == &minstrel_mcs_groups[MINSTREL_CCK_GROUP]) {
minstrel_mcs_groups 1403 net/mac80211/rc80211_minstrel_ht.c 	BUILD_BUG_ON(ARRAY_SIZE(minstrel_mcs_groups) != MINSTREL_GROUPS_NB);
minstrel_mcs_groups 1450 net/mac80211/rc80211_minstrel_ht.c 		u32 gflags = minstrel_mcs_groups[i].flags;
minstrel_mcs_groups 1473 net/mac80211/rc80211_minstrel_ht.c 		nss = minstrel_mcs_groups[i].streams;
minstrel_mcs_groups   40 net/mac80211/rc80211_minstrel_ht.h extern const struct mcs_group minstrel_mcs_groups[];
minstrel_mcs_groups   43 net/mac80211/rc80211_minstrel_ht_debugfs.c 	mg = &minstrel_mcs_groups[i];
minstrel_mcs_groups  190 net/mac80211/rc80211_minstrel_ht_debugfs.c 	mg = &minstrel_mcs_groups[i];