Lines Matching refs:num_rates
3278 int num_rates = ARRAY_SIZE(lq_cmd->rs_table); in rs_build_rates_table_from_fixed() local
3282 for (i = 0; i < num_rates; i++) in rs_build_rates_table_from_fixed()
3291 lq_cmd->mimo_delim = num_rates - 1; in rs_build_rates_table_from_fixed()
3312 int num_rates, int num_retries, in rs_fill_rates_for_column() argument
3322 for (i = 0; i < num_rates && index < end; i++) { in rs_fill_rates_for_column()
3369 int num_rates, num_retries, index = 0; in rs_build_rates_table() local
3385 num_rates = IWL_MVM_RS_INITIAL_SISO_NUM_RATES; in rs_build_rates_table()
3388 num_rates = IWL_MVM_RS_INITIAL_MIMO_NUM_RATES; in rs_build_rates_table()
3391 num_rates = IWL_MVM_RS_INITIAL_LEGACY_NUM_RATES; in rs_build_rates_table()
3397 num_rates, num_retries, valid_tx_ant, in rs_build_rates_table()
3403 num_rates = IWL_MVM_RS_SECONDARY_SISO_NUM_RATES; in rs_build_rates_table()
3407 num_rates = IWL_MVM_RS_SECONDARY_LEGACY_NUM_RATES; in rs_build_rates_table()
3416 num_rates, num_retries, valid_tx_ant, in rs_build_rates_table()
3421 num_rates = IWL_MVM_RS_SECONDARY_LEGACY_NUM_RATES; in rs_build_rates_table()
3425 num_rates, num_retries, valid_tx_ant, in rs_build_rates_table()