tmp_cur_tp        192 net/mac80211/rc80211_minstrel.c 	int i, tmp_cur_tp, tmp_prob_tp;
tmp_cur_tp        229 net/mac80211/rc80211_minstrel.c 			tmp_cur_tp = minstrel_get_tp_avg(mr, mrs->prob_ewma);
tmp_cur_tp        232 net/mac80211/rc80211_minstrel.c 			if (tmp_cur_tp >= tmp_prob_tp)
tmp_cur_tp        570 net/mac80211/rc80211_minstrel.c 	int tmp_cur_tp;
tmp_cur_tp        576 net/mac80211/rc80211_minstrel.c 	tmp_cur_tp = minstrel_get_tp_avg(&mi->r[idx], tmp_mrs->prob_ewma) * 10;
tmp_cur_tp        577 net/mac80211/rc80211_minstrel.c 	tmp_cur_tp = tmp_cur_tp * 1200 * 8 / 1024;
tmp_cur_tp        579 net/mac80211/rc80211_minstrel.c 	return tmp_cur_tp;