Home
last modified time | relevance | path

Searched refs:max_tp_rate (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Drc80211_minstrel_debugfs.c81 *(p++) = (i == mi->max_tp_rate[0]) ? 'A' : ' '; in minstrel_stats_open()
82 *(p++) = (i == mi->max_tp_rate[1]) ? 'B' : ' '; in minstrel_stats_open()
83 *(p++) = (i == mi->max_tp_rate[2]) ? 'C' : ' '; in minstrel_stats_open()
84 *(p++) = (i == mi->max_tp_rate[3]) ? 'D' : ' '; in minstrel_stats_open()
138 p += sprintf(p, "%s" ,((i == mi->max_tp_rate[0]) ? "A" : "")); in minstrel_stats_csv_open()
139 p += sprintf(p, "%s" ,((i == mi->max_tp_rate[1]) ? "B" : "")); in minstrel_stats_csv_open()
140 p += sprintf(p, "%s" ,((i == mi->max_tp_rate[2]) ? "C" : "")); in minstrel_stats_csv_open()
141 p += sprintf(p, "%s" ,((i == mi->max_tp_rate[3]) ? "D" : "")); in minstrel_stats_csv_open()
H A Drc80211_minstrel_ht.c439 /* if max_tp_rate[0] is from MCS_GROUP max_prob_rate get selected from in minstrel_ht_set_best_prob_rate()
441 max_tp_group = mi->max_tp_rate[0] / MCS_GROUP_RATES; in minstrel_ht_set_best_prob_rate()
472 * rate (max_tp_rate[0]) is from CCK group. This prohibits such sorted
514 tmp_max_streams = minstrel_mcs_groups[mi->max_tp_rate[0] / in minstrel_ht_prob_rate_reduce_streams()
566 tp_group = &minstrel_mcs_groups[mi->max_tp_rate[0] / MCS_GROUP_RATES]; in minstrel_ht_find_probe_rates()
567 tp_idx = mi->max_tp_rate[0] % MCS_GROUP_RATES; in minstrel_ht_find_probe_rates()
569 max_dur = minstrel_get_duration(mi->max_tp_rate[0]); in minstrel_ht_find_probe_rates()
593 if (idx == mi->max_tp_rate[0]) in minstrel_ht_find_probe_rates()
626 mrs = minstrel_get_ratestats(mi, mi->max_tp_rate[0]); in minstrel_ht_rate_sample_switch()
634 int g_idx = mi->max_tp_rate[ in minstrel_ht_rate_sample_switch()
[all...]
H A Drc80211_minstrel.c134 /* Start with max_tp_rate */ in minstrel_update_rates()
135 minstrel_set_rate(mi, ratetbl, i++, mi->max_tp_rate[0]); in minstrel_update_rates()
139 minstrel_set_rate(mi, ratetbl, i++, mi->max_tp_rate[1]); in minstrel_update_rates()
245 memcpy(mi->max_tp_rate, tmp_tp_rate, sizeof(mi->max_tp_rate)); in minstrel_update_stats()
251 mi->max_tp_rate[0] = mp->fixed_rate_idx; in minstrel_update_stats()
252 mi->max_tp_rate[1] = mp->fixed_rate_idx; in minstrel_update_stats()
391 mr = &mi->r[mi->max_tp_rate[0]]; in minstrel_get_rate()
482 memset(mi->max_tp_rate, 0, sizeof(mi->max_tp_rate)); in minstrel_rate_init()
[all...]
H A Drc80211_minstrel_ht_debugfs.c76 *(p++) = (idx == mi->max_tp_rate[0]) ? 'A' : ' '; in minstrel_ht_stats_dump()
77 *(p++) = (idx == mi->max_tp_rate[1]) ? 'B' : ' '; in minstrel_ht_stats_dump()
78 *(p++) = (idx == mi->max_tp_rate[2]) ? 'C' : ' '; in minstrel_ht_stats_dump()
79 *(p++) = (idx == mi->max_tp_rate[3]) ? 'D' : ' '; in minstrel_ht_stats_dump()
223 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[0]) ? "A" : "")); in minstrel_ht_stats_csv_dump()
224 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[1]) ? "B" : "")); in minstrel_ht_stats_csv_dump()
225 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[2]) ? "C" : "")); in minstrel_ht_stats_csv_dump()
226 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[3]) ? "D" : "")); in minstrel_ht_stats_csv_dump()
H A Drc80211_minstrel_ht.h71 u16 max_tp_rate[MAX_THR_RATES]; member
H A Drc80211_minstrel.h125 u8 max_tp_rate[MAX_THR_RATES]; member
/kernel/linux/linux-6.6/net/mac80211/
H A Drc80211_minstrel_ht_debugfs.c94 *(p++) = (idx == mi->max_tp_rate[0]) ? 'A' : ' '; in minstrel_ht_stats_dump()
95 *(p++) = (idx == mi->max_tp_rate[1]) ? 'B' : ' '; in minstrel_ht_stats_dump()
96 *(p++) = (idx == mi->max_tp_rate[2]) ? 'C' : ' '; in minstrel_ht_stats_dump()
97 *(p++) = (idx == mi->max_tp_rate[3]) ? 'D' : ' '; in minstrel_ht_stats_dump()
239 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[0]) ? "A" : "")); in minstrel_ht_stats_csv_dump()
240 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[1]) ? "B" : "")); in minstrel_ht_stats_csv_dump()
241 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[2]) ? "C" : "")); in minstrel_ht_stats_csv_dump()
242 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[3]) ? "D" : "")); in minstrel_ht_stats_csv_dump()
H A Drc80211_minstrel_ht.c478 if (minstrel_ht_is_legacy_group(MI_RATE_GROUP(mi->max_tp_rate[0]))) in minstrel_ht_avg_ampdu_len()
481 duration = minstrel_get_duration(mi->max_tp_rate[0]); in minstrel_ht_avg_ampdu_len()
594 /* if max_tp_rate[0] is from MCS_GROUP max_prob_rate get selected from in minstrel_ht_set_best_prob_rate()
596 max_tp_group = MI_RATE_GROUP(mi->max_tp_rate[0]); 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()
605 if (minstrel_get_duration(mi->max_tp_rate[0]) > minstrel_get_duration(index) && in minstrel_ht_set_best_prob_rate()
635 * rate (max_tp_rate[0]) is from CCK group. This prohibits such sorted
680 group = MI_RATE_GROUP(mi->max_tp_rate[0]); in minstrel_ht_prob_rate_reduce_streams()
1011 u32 tp_dur = minstrel_get_duration(mi->max_tp_rate[0]); in minstrel_ht_refill_sample_rates()
1012 u32 tp2_dur = minstrel_get_duration(mi->max_tp_rate[ in minstrel_ht_refill_sample_rates()
[all...]
H A Drc80211_minstrel_ht.h165 u16 max_tp_rate[MAX_THR_RATES]; member

Completed in 8 milliseconds