Home
last modified time | relevance | path

Searched refs:minstrel_mcs_groups (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/net/mac80211/
Drc80211_minstrel_ht.c211 const struct mcs_group minstrel_mcs_groups[] = { variable
395 const struct mcs_group *group = &minstrel_mcs_groups[MI_RATE_GROUP(index)]; in minstrel_get_duration()
447 nsecs += minstrel_mcs_groups[group].duration[rate] << in minstrel_ht_get_tp_avg()
448 minstrel_mcs_groups[group].shift; in minstrel_ht_get_tp_avg()
612 tmp_max_streams = minstrel_mcs_groups[group].streams; in minstrel_ht_prob_rate_reduce_streams()
613 for (group = 0; group < ARRAY_SIZE(minstrel_mcs_groups); group++) { in minstrel_ht_prob_rate_reduce_streams()
622 (minstrel_mcs_groups[group].streams < tmp_max_streams)) { in minstrel_ht_prob_rate_reduce_streams()
813 for (i = 0; i < ARRAY_SIZE(minstrel_mcs_groups); i++) { in minstrel_ht_next_inc_rate()
814 group = (group + 1) % ARRAY_SIZE(minstrel_mcs_groups); in minstrel_ht_next_inc_rate()
884 for (i = 0; i < ARRAY_SIZE(minstrel_mcs_groups); i++) { in minstrel_ht_next_jump_rate()
[all …]
Drc80211_minstrel_ht.h109 extern const struct mcs_group minstrel_mcs_groups[];
Drc80211_minstrel_ht_debugfs.c59 mg = &minstrel_mcs_groups[i]; in minstrel_ht_stats_dump()
205 mg = &minstrel_mcs_groups[i]; in minstrel_ht_stats_csv_dump()