Home
last modified time | relevance | path

Searched refs:tpc_stats (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Ddebug.c1627 struct ath10k_tpc_stats *tpc_stats) in ath10k_debug_tpc_stats_process() argument
1631 kfree(ar->debug.tpc_stats); in ath10k_debug_tpc_stats_process()
1632 ar->debug.tpc_stats = tpc_stats; in ath10k_debug_tpc_stats_process()
1638 static void ath10k_tpc_stats_print(struct ath10k_tpc_stats *tpc_stats, in ath10k_tpc_stats_print() argument
1665 for (i = 0; i < tpc_stats->rate_max; i++) { in ath10k_tpc_stats_print()
1668 pream_str[tpc_stats->tpc_table[j].pream_idx[i]], in ath10k_tpc_stats_print()
1669 tpc_stats->tpc_table[j].rate_code[i], in ath10k_tpc_stats_print()
1670 tpc_stats->tpc_table[j].tpc_value[i]); in ath10k_tpc_stats_print()
1678 struct ath10k_tpc_stats *tpc_stats, in ath10k_tpc_stats_fill() argument
1688 if (!tpc_stats) { in ath10k_tpc_stats_fill()
[all …]
Ddebug.h77 struct ath10k_tpc_stats *tpc_stats);
126 struct ath10k_tpc_stats *tpc_stats) in ath10k_debug_tpc_stats_process() argument
128 kfree(tpc_stats); in ath10k_debug_tpc_stats_process()
Dwmi.c4009 struct ath10k_tpc_stats *tpc_stats, in ath10k_tpc_config_disp_tables() argument
4023 tpc_stats->flag[type] = ATH10K_TPC_TABLE_TYPE_FLAG; in ath10k_tpc_config_disp_tables()
4030 tpc_stats->flag[type] = ATH10K_TPC_TABLE_TYPE_FLAG; in ath10k_tpc_config_disp_tables()
4037 tpc_stats->flag[type] = ATH10K_TPC_TABLE_TYPE_FLAG; in ath10k_tpc_config_disp_tables()
4064 tpc_stats->tpc_table[type].pream_idx[i] = pream_idx; in ath10k_tpc_config_disp_tables()
4065 tpc_stats->tpc_table[type].rate_code[i] = rate_code[i]; in ath10k_tpc_config_disp_tables()
4066 memcpy(tpc_stats->tpc_table[type].tpc_value[i], in ath10k_tpc_config_disp_tables()
4077 struct ath10k_tpc_stats *tpc_stats; in ath10k_wmi_event_pdev_tpc_config() local
4081 tpc_stats = kzalloc(sizeof(*tpc_stats), GFP_ATOMIC); in ath10k_wmi_event_pdev_tpc_config()
4082 if (!tpc_stats) in ath10k_wmi_event_pdev_tpc_config()
[all …]
Dcore.h418 struct ath10k_tpc_stats *tpc_stats; member