Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.c4777 u32 i, j, pream_idx, flags; in ath10k_tpc_config_disp_tables() local
4812 pream_idx = 0; in ath10k_tpc_config_disp_tables()
4816 if (i == pream_table[pream_idx]) in ath10k_tpc_config_disp_tables()
4817 pream_idx++; in ath10k_tpc_config_disp_tables()
4826 tpc_stats->tpc_table[type].pream_idx[i] = pream_idx; in ath10k_tpc_config_disp_tables()
4836 u32 i, j, pream_idx; in ath10k_wmi_tpc_config_get_rate_code() local
4841 pream_idx = 0; in ath10k_wmi_tpc_config_get_rate_code()
4849 pream_table[pream_idx] = rate_idx; in ath10k_wmi_tpc_config_get_rate_code()
4850 pream_idx++; in ath10k_wmi_tpc_config_get_rate_code()
4858 pream_table[pream_idx] = rate_idx; in ath10k_wmi_tpc_config_get_rate_code()
[all …]
H A Dcore.h358 u32 pream_idx[WMI_TPC_RATE_MAX]; member
379 u32 pream_idx[WMI_TPC_FINAL_RATE_MAX]; member
H A Ddebug.c1572 pream_str[tpc_stats->tpc_table[j].pream_idx[i]], in ath10k_tpc_stats_print()