Home
last modified time | relevance | path

Searched refs:pream_idx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c4737 u32 i, j, pream_idx, flags; in ath10k_tpc_config_disp_tables() local
4772 pream_idx = 0; in ath10k_tpc_config_disp_tables()
4776 if (i == pream_table[pream_idx]) in ath10k_tpc_config_disp_tables()
4777 pream_idx++; in ath10k_tpc_config_disp_tables()
4786 tpc_stats->tpc_table[type].pream_idx[i] = pream_idx; in ath10k_tpc_config_disp_tables()
4796 u32 i, j, pream_idx; in ath10k_wmi_tpc_config_get_rate_code() local
4801 pream_idx = 0; in ath10k_wmi_tpc_config_get_rate_code()
4809 pream_table[pream_idx] = rate_idx; in ath10k_wmi_tpc_config_get_rate_code()
4810 pream_idx++; in ath10k_wmi_tpc_config_get_rate_code()
4818 pream_table[pream_idx] = rate_idx; in ath10k_wmi_tpc_config_get_rate_code()
[all …]
H A Ddebug.c1534 pream_str[tpc_stats->tpc_table[j].pream_idx[i]], in ath10k_tpc_stats_print()