SAMPLE_COLUMNS 59 net/mac80211/rc80211_minstrel.c _mi->sample_table[(_idx * SAMPLE_COLUMNS) + _col] SAMPLE_COLUMNS 321 net/mac80211/rc80211_minstrel.c if (mi->sample_column >= SAMPLE_COLUMNS) SAMPLE_COLUMNS 460 net/mac80211/rc80211_minstrel.c memset(mi->sample_table, 0xff, SAMPLE_COLUMNS * mi->n_rates); SAMPLE_COLUMNS 462 net/mac80211/rc80211_minstrel.c for (col = 0; col < SAMPLE_COLUMNS; col++) { SAMPLE_COLUMNS 237 net/mac80211/rc80211_minstrel_ht.c static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly; SAMPLE_COLUMNS 1579 net/mac80211/rc80211_minstrel_ht.c msp->sample_table = kmalloc_array(max_rates, SAMPLE_COLUMNS, gfp); SAMPLE_COLUMNS 1740 net/mac80211/rc80211_minstrel_ht.c for (col = 0; col < SAMPLE_COLUMNS; col++) {