sample_table       59 net/mac80211/rc80211_minstrel.c 		_mi->sample_table[(_idx * SAMPLE_COLUMNS) + _col]
sample_table      460 net/mac80211/rc80211_minstrel.c 	memset(mi->sample_table, 0xff, SAMPLE_COLUMNS * mi->n_rates);
sample_table       92 net/mac80211/rc80211_minstrel.h 	u8 *sample_table;
sample_table      237 net/mac80211/rc80211_minstrel_ht.c static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly;
sample_table      828 net/mac80211/rc80211_minstrel_ht.c 			if (++mg->column >= ARRAY_SIZE(sample_table))
sample_table     1213 net/mac80211/rc80211_minstrel_ht.c 	sample_idx = sample_table[mg->column][mg->index];
sample_table     1533 net/mac80211/rc80211_minstrel_ht.c 	msp->legacy.sample_table = msp->sample_table;
sample_table     1579 net/mac80211/rc80211_minstrel_ht.c 	msp->sample_table = kmalloc_array(max_rates, SAMPLE_COLUMNS, gfp);
sample_table     1580 net/mac80211/rc80211_minstrel_ht.c 	if (!msp->sample_table)
sample_table     1597 net/mac80211/rc80211_minstrel_ht.c 	kfree(msp->sample_table);
sample_table     1739 net/mac80211/rc80211_minstrel_ht.c 	memset(sample_table, 0xff, sizeof(sample_table));
sample_table     1744 net/mac80211/rc80211_minstrel_ht.c 			while (sample_table[col][new_idx] != 0xff)
sample_table     1747 net/mac80211/rc80211_minstrel_ht.c 			sample_table[col][new_idx] = i;
sample_table      116 net/mac80211/rc80211_minstrel_ht.h 	void *sample_table;