Home
last modified time | relevance | path

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

/linux/net/mac80211/
A Drc80211_minstrel_ht.c477 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()
584 tmp_idx = MI_RATE_IDX(tmp_mcs_tp_rate[0]); in minstrel_ht_assign_best_tp_rates()
1344 index = MI_RATE_IDX(index); in minstrel_ht_set_rate()
1375 rate = MI_RATE_IDX(rate); in minstrel_ht_get_prob_avg()
1384 int rate = MI_RATE_IDX(mi->max_prob_rate); in minstrel_ht_get_max_amsdu_len()
1503 sample_idx = MI_RATE_IDX(sample_idx); in minstrel_ht_get_rate()
[all …]
A Drc80211_minstrel_ht.h69 #define MI_RATE_IDX(_rate) FIELD_GET(MI_RATE_IDX_MASK, _rate) macro

Completed in 9 milliseconds