Home
last modified time | relevance | path

Searched refs:SAMPLE_COLUMNS (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Drc80211_minstrel.c59 _mi->sample_table[(_idx * SAMPLE_COLUMNS) + _col]
319 if (mi->sample_column >= SAMPLE_COLUMNS) in minstrel_get_next_sample()
447 memset(mi->sample_table, 0xff, SAMPLE_COLUMNS * mi->n_rates); in init_sample_table()
449 for (col = 0; col < SAMPLE_COLUMNS; col++) { in init_sample_table()
H A Drc80211_minstrel.h11 #define SAMPLE_COLUMNS 10 /* number of columns in sample table */ macro
H A Drc80211_minstrel_ht.c238 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly;
1584 msp->sample_table = kmalloc_array(max_rates, SAMPLE_COLUMNS, gfp); in minstrel_ht_alloc_sta()
1748 for (col = 0; col < SAMPLE_COLUMNS; col++) { in init_sample_table()
/kernel/linux/linux-6.6/net/mac80211/
H A Drc80211_minstrel_ht.h13 #define SAMPLE_COLUMNS 10 /* number of columns in sample table */ macro
H A Drc80211_minstrel_ht.c267 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly;
2029 for (col = 0; col < SAMPLE_COLUMNS; col++) { in init_sample_table()

Completed in 7 milliseconds