Searched refs:pream_idx (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi.c | 4736 u32 i, j, pream_idx, flags; in ath10k_tpc_config_disp_tables() local 4771 pream_idx = 0; in ath10k_tpc_config_disp_tables() 4775 if (i == pream_table[pream_idx]) in ath10k_tpc_config_disp_tables() 4776 pream_idx++; in ath10k_tpc_config_disp_tables() 4785 tpc_stats->tpc_table[type].pream_idx[i] = pream_idx; in ath10k_tpc_config_disp_tables() 4795 u32 i, j, pream_idx; in ath10k_wmi_tpc_config_get_rate_code() local 4800 pream_idx = 0; in ath10k_wmi_tpc_config_get_rate_code() 4808 pream_table[pream_idx] = rate_idx; in ath10k_wmi_tpc_config_get_rate_code() 4809 pream_idx++; in ath10k_wmi_tpc_config_get_rate_code() 4817 pream_table[pream_idx] = rate_idx; in ath10k_wmi_tpc_config_get_rate_code() [all …]
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | debugfs.c | 349 static u16 ath12k_get_ratecode(u16 pream_idx, u16 nss, u16 mcs_rate) in ath12k_get_ratecode() argument 354 switch (pream_idx) { in ath12k_get_ratecode() 517 u32 eht_idx = 0, pream_idx = 0, rate_pream_idx = 0, total_rates = 0, max_rix = 0; in ath12k_tpc_stats_print() local 620 pream_idx = WMI_TPC_PREAM_VHT20; in ath12k_tpc_stats_print() 661 for (i = pream_idx; i < WMI_TPC_PREAM_MAX; i++) { in ath12k_tpc_stats_print()
|