Searched refs:MI_RATE_IDX (Results 1 – 2 of 2) sorted by relevance
459 return &mi->groups[MI_RATE_GROUP(index)].rates[MI_RATE_IDX(index)]; in minstrel_get_ratestats()465 unsigned int duration = group->duration[MI_RATE_IDX(index)]; in minstrel_get_duration()546 cur_idx = MI_RATE_IDX(index); in minstrel_ht_sort_best_tp_rates()552 tmp_idx = MI_RATE_IDX(tp_list[j - 1]); in minstrel_ht_sort_best_tp_rates()585 cur_idx = MI_RATE_IDX(index); in minstrel_ht_set_best_prob_rate()590 tmp_idx = MI_RATE_IDX(*dest); in minstrel_ht_set_best_prob_rate()597 max_tp_idx = MI_RATE_IDX(mi->max_tp_rate[0]); in minstrel_ht_set_best_prob_rate()610 max_gpr_idx = MI_RATE_IDX(mg->max_group_prob_rate); in minstrel_ht_set_best_prob_rate()648 tmp_idx = MI_RATE_IDX(tmp_legacy_tp_rate[0]); in minstrel_ht_assign_best_tp_rates()653 tmp_idx = MI_RATE_IDX(tmp_mcs_tp_rate[0]); in minstrel_ht_assign_best_tp_rates()[all …]
69 #define MI_RATE_IDX(_rate) FIELD_GET(MI_RATE_IDX_MASK, _rate) macro