Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Ddebug.c1679 struct ath10k_tpc_stats *tpc_stats) in ath10k_debug_tpc_stats_process() argument
1683 kfree(ar->debug.tpc_stats); in ath10k_debug_tpc_stats_process()
1684 ar->debug.tpc_stats = tpc_stats; in ath10k_debug_tpc_stats_process()
1690 static void ath10k_tpc_stats_print(struct ath10k_tpc_stats *tpc_stats, in ath10k_tpc_stats_print() argument
1717 for (i = 0; i < tpc_stats->rate_max; i++) { in ath10k_tpc_stats_print()
1720 pream_str[tpc_stats->tpc_table[j].pream_idx[i]], in ath10k_tpc_stats_print()
1721 tpc_stats->tpc_table[j].rate_code[i], in ath10k_tpc_stats_print()
1722 tpc_stats->tpc_table[j].tpc_value[i]); in ath10k_tpc_stats_print()
1730 struct ath10k_tpc_stats *tpc_stats, in ath10k_tpc_stats_fill() argument
1740 if (!tpc_stats) { in ath10k_tpc_stats_fill()
[all …]
Ddebug.h82 struct ath10k_tpc_stats *tpc_stats);
131 struct ath10k_tpc_stats *tpc_stats) in ath10k_debug_tpc_stats_process() argument
133 kfree(tpc_stats); in ath10k_debug_tpc_stats_process()
Dwmi.c4221 struct ath10k_tpc_stats *tpc_stats, in ath10k_tpc_config_disp_tables() argument
4235 tpc_stats->flag[type] = ATH10K_TPC_TABLE_TYPE_FLAG; in ath10k_tpc_config_disp_tables()
4242 tpc_stats->flag[type] = ATH10K_TPC_TABLE_TYPE_FLAG; in ath10k_tpc_config_disp_tables()
4249 tpc_stats->flag[type] = ATH10K_TPC_TABLE_TYPE_FLAG; in ath10k_tpc_config_disp_tables()
4276 tpc_stats->tpc_table[type].pream_idx[i] = pream_idx; in ath10k_tpc_config_disp_tables()
4277 tpc_stats->tpc_table[type].rate_code[i] = rate_code[i]; in ath10k_tpc_config_disp_tables()
4278 memcpy(tpc_stats->tpc_table[type].tpc_value[i], in ath10k_tpc_config_disp_tables()
4289 struct ath10k_tpc_stats *tpc_stats; in ath10k_wmi_event_pdev_tpc_config() local
4293 tpc_stats = kzalloc(sizeof(*tpc_stats), GFP_ATOMIC); in ath10k_wmi_event_pdev_tpc_config()
4294 if (!tpc_stats) in ath10k_wmi_event_pdev_tpc_config()
[all …]
Dcore.h444 struct ath10k_tpc_stats *tpc_stats; member