Searched refs:MI_RATE_IDX (Results 1 – 2 of 2) sorted by relevance
390 return &mi->groups[MI_RATE_GROUP(index)].rates[MI_RATE_IDX(index)]; in minstrel_get_ratestats()396 unsigned int duration = group->duration[MI_RATE_IDX(index)]; in minstrel_get_duration()477 cur_idx = MI_RATE_IDX(index); in minstrel_ht_sort_best_tp_rates()483 tmp_idx = MI_RATE_IDX(tp_list[j - 1]); in minstrel_ht_sort_best_tp_rates()516 cur_idx = MI_RATE_IDX(index); in minstrel_ht_set_best_prob_rate()521 tmp_idx = MI_RATE_IDX(*dest); in minstrel_ht_set_best_prob_rate()528 max_tp_idx = MI_RATE_IDX(mi->max_tp_rate[0]); in minstrel_ht_set_best_prob_rate()541 max_gpr_idx = MI_RATE_IDX(mg->max_group_prob_rate); in minstrel_ht_set_best_prob_rate()579 tmp_idx = MI_RATE_IDX(tmp_legacy_tp_rate[0]); in minstrel_ht_assign_best_tp_rates()584 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