Home
last modified time | relevance | path

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

/linux-6.12.1/net/mac80211/
Drc80211_minstrel_ht.h72 #define MINSTREL_SAMPLE_RATES 5 /* rates per sample type */ macro
150 u16 sample_rates[MINSTREL_SAMPLE_RATES];
151 u16 cur_sample_rates[MINSTREL_SAMPLE_RATES];
Drc80211_minstrel_ht.c708 for (i = 0; i < MINSTREL_SAMPLE_RATES; i++) { in __minstrel_ht_get_sample_rate()
790 for (i = 0; i < MINSTREL_SAMPLE_RATES; i++) { in minstrel_ht_find_sample_rate()
810 for (i = 0, j = 0; i < MINSTREL_SAMPLE_RATES; i++) { in minstrel_ht_move_sample_rates()
948 if (*slow_rate_ofs >= MINSTREL_SAMPLE_RATES) in minstrel_ht_next_jump_rate()
984 if (*slow_rate_ofs >= MINSTREL_SAMPLE_RATES) in minstrel_ht_next_jump_rate()
996 if (*slow_rate_ofs >= MINSTREL_SAMPLE_RATES) in minstrel_ht_next_jump_rate()
1021 while (i < MINSTREL_SAMPLE_RATES) { in minstrel_ht_refill_sample_rates()
1034 while (i < MINSTREL_SAMPLE_RATES) { in minstrel_ht_refill_sample_rates()
Drc80211_minstrel_ht_debugfs.c41 for (i = 0; i < MINSTREL_SAMPLE_RATES; i++) in minstrel_ht_is_sample_rate()