Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Drc80211_minstrel_ht.c546 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()
653 tmp_idx = MI_RATE_IDX(tmp_mcs_tp_rate[0]); in minstrel_ht_assign_best_tp_rates()
1465 index = MI_RATE_IDX(index); in minstrel_ht_set_rate()
1496 rate = MI_RATE_IDX(rate); in minstrel_ht_get_prob_avg()
1505 int rate = MI_RATE_IDX(mi->max_prob_rate); in minstrel_ht_get_max_amsdu_len()
1626 sample_idx = MI_RATE_IDX(sample_idx); in minstrel_ht_get_rate()
[all …]
H A Drc80211_minstrel_ht.h69 #define MI_RATE_IDX(_rate) FIELD_GET(MI_RATE_IDX_MASK, _rate) macro