Home
last modified time | relevance | path

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

/Linux-v5.15/net/mac80211/
Drc80211_minstrel_ht.h72 #define MINSTREL_SAMPLE_RATES 5 /* rates per sample type */ macro
151 u16 sample_rates[MINSTREL_SAMPLE_RATES];
152 u16 cur_sample_rates[MINSTREL_SAMPLE_RATES];
Drc80211_minstrel_ht.c639 for (i = 0; i < MINSTREL_SAMPLE_RATES; i++) { in __minstrel_ht_get_sample_rate()
721 for (i = 0; i < MINSTREL_SAMPLE_RATES; i++) { in minstrel_ht_find_sample_rate()
741 for (i = 0, j = 0; i < MINSTREL_SAMPLE_RATES; i++) { in minstrel_ht_move_sample_rates()
879 if (*slow_rate_ofs >= MINSTREL_SAMPLE_RATES) in minstrel_ht_next_jump_rate()
915 if (*slow_rate_ofs >= MINSTREL_SAMPLE_RATES) in minstrel_ht_next_jump_rate()
927 if (*slow_rate_ofs >= MINSTREL_SAMPLE_RATES) in minstrel_ht_next_jump_rate()
952 while (i < MINSTREL_SAMPLE_RATES) { in minstrel_ht_refill_sample_rates()
965 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()