Lines Matching refs:pream_idx
4708 u32 i, j, pream_idx, flags; in ath10k_tpc_config_disp_tables() local
4743 pream_idx = 0; in ath10k_tpc_config_disp_tables()
4747 if (i == pream_table[pream_idx]) in ath10k_tpc_config_disp_tables()
4748 pream_idx++; in ath10k_tpc_config_disp_tables()
4757 tpc_stats->tpc_table[type].pream_idx[i] = pream_idx; in ath10k_tpc_config_disp_tables()
4767 u32 i, j, pream_idx; in ath10k_wmi_tpc_config_get_rate_code() local
4772 pream_idx = 0; in ath10k_wmi_tpc_config_get_rate_code()
4780 pream_table[pream_idx] = rate_idx; in ath10k_wmi_tpc_config_get_rate_code()
4781 pream_idx++; in ath10k_wmi_tpc_config_get_rate_code()
4789 pream_table[pream_idx] = rate_idx; in ath10k_wmi_tpc_config_get_rate_code()
4790 pream_idx++; in ath10k_wmi_tpc_config_get_rate_code()
4800 pream_table[pream_idx] = rate_idx; in ath10k_wmi_tpc_config_get_rate_code()
4801 pream_idx++; in ath10k_wmi_tpc_config_get_rate_code()
4811 pream_table[pream_idx] = rate_idx; in ath10k_wmi_tpc_config_get_rate_code()
4812 pream_idx++; in ath10k_wmi_tpc_config_get_rate_code()
4822 pream_table[pream_idx] = rate_idx; in ath10k_wmi_tpc_config_get_rate_code()
4823 pream_idx++; in ath10k_wmi_tpc_config_get_rate_code()
4833 pream_table[pream_idx] = rate_idx; in ath10k_wmi_tpc_config_get_rate_code()
4834 pream_idx++; in ath10k_wmi_tpc_config_get_rate_code()
4844 pream_table[pream_idx] = rate_idx; in ath10k_wmi_tpc_config_get_rate_code()
4845 pream_idx++; in ath10k_wmi_tpc_config_get_rate_code()
4858 pream_table[pream_idx] = ATH10K_TPC_PREAM_TABLE_END; in ath10k_wmi_tpc_config_get_rate_code()
4935 u32 rate_code, u8 type, u32 pream_idx) in ath10k_wmi_tpc_final_get_rate() argument
4948 switch (pream_idx) { in ath10k_wmi_tpc_final_get_rate()
4973 switch (pream_idx) { in ath10k_wmi_tpc_final_get_rate()
4999 pream_idx, __le32_to_cpu(ev->chan_freq)); in ath10k_wmi_tpc_final_get_rate()
5062 u32 i, j, pream_idx, flags; in ath10k_wmi_tpc_stats_final_disp_tables() local
5097 pream_idx = 0; in ath10k_wmi_tpc_stats_final_disp_tables()
5101 if (i == pream_table[pream_idx]) in ath10k_wmi_tpc_stats_final_disp_tables()
5102 pream_idx++; in ath10k_wmi_tpc_stats_final_disp_tables()
5107 type, pream_idx); in ath10k_wmi_tpc_stats_final_disp_tables()
5111 tpc_stats->tpc_table_final[type].pream_idx[i] = pream_idx; in ath10k_wmi_tpc_stats_final_disp_tables()