Home
last modified time | relevance | path

Searched refs:MI_RATE_GROUP (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/net/mac80211/
Drc80211_minstrel_ht.c458 return &mi->groups[MI_RATE_GROUP(index)].rates[MI_RATE_IDX(index)]; in minstrel_get_ratestats()
463 const struct mcs_group *group = &minstrel_mcs_groups[MI_RATE_GROUP(index)]; in minstrel_get_duration()
477 if (minstrel_ht_is_legacy_group(MI_RATE_GROUP(mi->max_tp_rate[0]))) in minstrel_ht_avg_ampdu_len()
544 cur_group = MI_RATE_GROUP(index); in minstrel_ht_sort_best_tp_rates()
550 tmp_group = MI_RATE_GROUP(tp_list[j - 1]); in minstrel_ht_sort_best_tp_rates()
583 cur_group = MI_RATE_GROUP(index); in minstrel_ht_set_best_prob_rate()
588 tmp_group = MI_RATE_GROUP(*dest); in minstrel_ht_set_best_prob_rate()
595 max_tp_group = MI_RATE_GROUP(mi->max_tp_rate[0]); in minstrel_ht_set_best_prob_rate()
599 if (minstrel_ht_is_legacy_group(MI_RATE_GROUP(index)) && in minstrel_ht_set_best_prob_rate()
608 max_gpr_group = MI_RATE_GROUP(mg->max_group_prob_rate); in minstrel_ht_set_best_prob_rate()
[all …]
Drc80211_minstrel_ht.h70 #define MI_RATE_GROUP(_rate) FIELD_GET(MI_RATE_GROUP_MASK, _rate) macro