Home
last modified time | relevance | path

Searched refs:minstrel_mcs_groups (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/net/mac80211/
H A Drc80211_minstrel_ht.c210 const struct mcs_group minstrel_mcs_groups[] = { variable
464 const struct mcs_group *group = &minstrel_mcs_groups[MI_RATE_GROUP(index)]; in minstrel_get_duration()
516 nsecs += minstrel_mcs_groups[group].duration[rate] << in minstrel_ht_get_tp_avg()
517 minstrel_mcs_groups[group].shift; in minstrel_ht_get_tp_avg()
681 tmp_max_streams = minstrel_mcs_groups[group].streams; in minstrel_ht_prob_rate_reduce_streams()
682 for (group = 0; group < ARRAY_SIZE(minstrel_mcs_groups); group++) { in minstrel_ht_prob_rate_reduce_streams()
691 (minstrel_mcs_groups[group].streams < tmp_max_streams)) { in minstrel_ht_prob_rate_reduce_streams()
882 for (i = 0; i < ARRAY_SIZE(minstrel_mcs_groups); i++) { in minstrel_ht_next_inc_rate()
883 group = (group + 1) % ARRAY_SIZE(minstrel_mcs_groups); in minstrel_ht_next_inc_rate()
953 for (i = 0; i < ARRAY_SIZE(minstrel_mcs_groups); in minstrel_ht_next_jump_rate()
[all...]
H A Drc80211_minstrel_ht.h108 extern const struct mcs_group minstrel_mcs_groups[];
H A 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()
/kernel/linux/linux-5.10/net/mac80211/
H A Drc80211_minstrel_ht.c184 const struct mcs_group minstrel_mcs_groups[] = { variable
361 nsecs += minstrel_mcs_groups[group].duration[rate] << in minstrel_ht_get_tp_avg()
362 minstrel_mcs_groups[group].shift; in minstrel_ht_get_tp_avg()
514 tmp_max_streams = minstrel_mcs_groups[mi->max_tp_rate[0] / in minstrel_ht_prob_rate_reduce_streams()
516 for (group = 0; group < ARRAY_SIZE(minstrel_mcs_groups); group++) { in minstrel_ht_prob_rate_reduce_streams()
525 (minstrel_mcs_groups[group].streams < tmp_max_streams)) { in minstrel_ht_prob_rate_reduce_streams()
537 const struct mcs_group *group = &minstrel_mcs_groups[index / MCS_GROUP_RATES]; in minstrel_get_duration()
566 tp_group = &minstrel_mcs_groups[mi->max_tp_rate[0] / MCS_GROUP_RATES]; in minstrel_ht_find_probe_rates()
579 group = &minstrel_mcs_groups[g]; in minstrel_ht_find_probe_rates()
721 for (group = 0; group < ARRAY_SIZE(minstrel_mcs_groups); grou in minstrel_ht_update_stats()
[all...]
H A Drc80211_minstrel_ht.h40 extern const struct mcs_group minstrel_mcs_groups[];
H A Drc80211_minstrel_ht_debugfs.c43 mg = &minstrel_mcs_groups[i]; in minstrel_ht_stats_dump()
190 mg = &minstrel_mcs_groups[i]; in minstrel_ht_stats_csv_dump()

Completed in 6 milliseconds