Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dcore.h284 char tpc_value[WMI_TPC_RATE_MAX][WMI_TPC_TX_N_CHAIN * WMI_TPC_BUF_SIZE]; member
Dwmi.c4226 char tpc_value[WMI_TPC_TX_N_CHAIN * WMI_TPC_BUF_SIZE]; in ath10k_tpc_config_disp_tables() local
4261 memset(tpc_value, 0, sizeof(tpc_value)); in ath10k_tpc_config_disp_tables()
4274 strncat(tpc_value, buff, strlen(buff)); in ath10k_tpc_config_disp_tables()
4278 memcpy(tpc_stats->tpc_table[type].tpc_value[i], in ath10k_tpc_config_disp_tables()
4279 tpc_value, sizeof(tpc_value)); in ath10k_tpc_config_disp_tables()
Ddebug.c1722 tpc_stats->tpc_table[j].tpc_value[i]); in ath10k_tpc_stats_print()