Searched refs:MI_RATE (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/mac80211/
H A Drc80211_minstrel_ht.h65 #define MI_RATE(_group, _idx) \ macro
H A Drc80211_minstrel_ht.c860 if (minstrel_get_duration(MI_RATE(group, i)) >= max_duration)
890 index = MI_RATE(group, index & 0xf);
924 return MI_RATE(group, idx);
1087 index = MI_RATE(group, 0);
1100 index = MI_RATE(group, 0);
1116 tmp_group_tp_rate[j] = MI_RATE(group, 0);
1125 index = MI_RATE(group, i);
1162 mg->max_group_prob_rate = MI_RATE(group, 0);
1168 index = MI_RATE(group, i);
H A Drc80211_minstrel_ht_debugfs.c71 int idx = MI_RATE(i, j);
217 int idx = MI_RATE(i, j);

Completed in 214 milliseconds