Searched refs:SAMPLE_COLUMNS (Results 1 – 3 of 3) sorted by relevance
59 _mi->sample_table[(_idx * SAMPLE_COLUMNS) + _col]327 if (mi->sample_column >= SAMPLE_COLUMNS) in minstrel_get_next_sample()470 memset(mi->sample_table, 0xff, SAMPLE_COLUMNS * mi->n_rates); in init_sample_table()472 for (col = 0; col < SAMPLE_COLUMNS; col++) { in init_sample_table()599 mi->sample_table = kmalloc_array(max_rates, SAMPLE_COLUMNS, gfp); in minstrel_alloc_sta()
14 #define SAMPLE_COLUMNS 10 /* number of columns in sample table */ macro
201 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly;1320 msp->sample_table = kmalloc_array(max_rates, SAMPLE_COLUMNS, gfp); in minstrel_ht_alloc_sta()1399 for (col = 0; col < SAMPLE_COLUMNS; col++) { in init_sample_table()