Lines Matching refs:max_rates
618 if (mp->hw->max_rates > 1)
951 (mp->hw->max_rates > 1 ||
974 if (mp->hw->max_rates > 1) {
1180 if (mp->hw->max_rates >= 3) {
1185 if (mp->hw->max_rates >= 2) {
1203 if (mp->hw->max_rates == 1 && mp->sample_switch &&
1261 if (mp->hw->max_rates == 1 &&
1319 if (mp->hw->max_rates == 1 &&
1567 int max_rates = 0;
1572 if (sband && sband->n_bitrates > max_rates)
1573 max_rates = sband->n_bitrates;
1580 msp->ratelist = kcalloc(max_rates, sizeof(struct minstrel_rate), gfp);
1584 msp->sample_table = kmalloc_array(max_rates, SAMPLE_COLUMNS, gfp);
1670 if (hw->max_rates >= 4)