tmp_prob          387 net/mac80211/rc80211_minstrel_ht.c 	int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob;
tmp_prob          398 net/mac80211/rc80211_minstrel_ht.c 		tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_ewma;
tmp_prob          400 net/mac80211/rc80211_minstrel_ht.c 						    tmp_prob);
tmp_prob          402 net/mac80211/rc80211_minstrel_ht.c 		    (cur_tp_avg == tmp_tp_avg && cur_prob <= tmp_prob))
tmp_prob          423 net/mac80211/rc80211_minstrel_ht.c 	int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob;
tmp_prob          435 net/mac80211/rc80211_minstrel_ht.c 	tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_ewma;
tmp_prob          436 net/mac80211/rc80211_minstrel_ht.c 	tmp_tp_avg = minstrel_ht_get_tp_avg(mi, tmp_group, tmp_idx, tmp_prob);
tmp_prob          461 net/mac80211/rc80211_minstrel_ht.c 		if (mrs->prob_ewma > tmp_prob)
tmp_prob          480 net/mac80211/rc80211_minstrel_ht.c 	unsigned int tmp_group, tmp_idx, tmp_cck_tp, tmp_mcs_tp, tmp_prob;
tmp_prob          485 net/mac80211/rc80211_minstrel_ht.c 	tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_ewma;
tmp_prob          486 net/mac80211/rc80211_minstrel_ht.c 	tmp_cck_tp = minstrel_ht_get_tp_avg(mi, tmp_group, tmp_idx, tmp_prob);
tmp_prob          490 net/mac80211/rc80211_minstrel_ht.c 	tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_ewma;
tmp_prob          491 net/mac80211/rc80211_minstrel_ht.c 	tmp_mcs_tp = minstrel_ht_get_tp_avg(mi, tmp_group, tmp_idx, tmp_prob);
tmp_prob          510 net/mac80211/rc80211_minstrel_ht.c 	int tmp_max_streams, group, tmp_idx, tmp_prob;
tmp_prob          521 net/mac80211/rc80211_minstrel_ht.c 		tmp_prob = mi->groups[group].rates[tmp_idx].prob_ewma;
tmp_prob          523 net/mac80211/rc80211_minstrel_ht.c 		if (tmp_tp < minstrel_ht_get_tp_avg(mi, group, tmp_idx, tmp_prob) &&
tmp_prob          528 net/mac80211/rc80211_minstrel_ht.c 								tmp_prob);