Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Ddebug.h97 struct ath10k_tpc_stats *tpc_stats);
100 struct ath10k_tpc_stats_final *tpc_stats);
163 struct ath10k_tpc_stats *tpc_stats) in ath10k_debug_tpc_stats_process() argument
165 kfree(tpc_stats); in ath10k_debug_tpc_stats_process()
170 struct ath10k_tpc_stats_final *tpc_stats) in ath10k_debug_tpc_stats_final_process() argument
172 kfree(tpc_stats); in ath10k_debug_tpc_stats_final_process()
Ddebug.c1467 struct ath10k_tpc_stats *tpc_stats) in ath10k_debug_tpc_stats_process() argument
1471 kfree(ar->debug.tpc_stats); in ath10k_debug_tpc_stats_process()
1472 ar->debug.tpc_stats = tpc_stats; in ath10k_debug_tpc_stats_process()
1480 struct ath10k_tpc_stats_final *tpc_stats) in ath10k_debug_tpc_stats_final_process() argument
1485 ar->debug.tpc_stats_final = tpc_stats; in ath10k_debug_tpc_stats_final_process()
1491 static void ath10k_tpc_stats_print(struct ath10k_tpc_stats *tpc_stats, in ath10k_tpc_stats_print() argument
1525 for (i = 0; i < tpc_stats->rate_max; i++) { in ath10k_tpc_stats_print()
1528 pream_str[tpc_stats->tpc_table[j].pream_idx[i]], in ath10k_tpc_stats_print()
1529 tpc_stats->tpc_table[j].rate_code[i], in ath10k_tpc_stats_print()
1530 tpc_stats->tpc_table[j].tpc_value[i]); in ath10k_tpc_stats_print()
[all …]
Dwmi.c4632 struct ath10k_tpc_stats *tpc_stats, in ath10k_tpc_config_disp_tables() argument
4646 tpc_stats->flag[type] = ATH10K_TPC_TABLE_TYPE_FLAG; in ath10k_tpc_config_disp_tables()
4653 tpc_stats->flag[type] = ATH10K_TPC_TABLE_TYPE_FLAG; in ath10k_tpc_config_disp_tables()
4660 tpc_stats->flag[type] = ATH10K_TPC_TABLE_TYPE_FLAG; in ath10k_tpc_config_disp_tables()
4687 tpc_stats->tpc_table[type].pream_idx[i] = pream_idx; in ath10k_tpc_config_disp_tables()
4688 tpc_stats->tpc_table[type].rate_code[i] = rate_code[i]; in ath10k_tpc_config_disp_tables()
4689 memcpy(tpc_stats->tpc_table[type].tpc_value[i], in ath10k_tpc_config_disp_tables()
4797 struct ath10k_tpc_stats *tpc_stats; in ath10k_wmi_event_pdev_tpc_config() local
4809 tpc_stats = kzalloc(sizeof(*tpc_stats), GFP_ATOMIC); in ath10k_wmi_event_pdev_tpc_config()
4810 if (!tpc_stats) in ath10k_wmi_event_pdev_tpc_config()
[all …]
Dcore.h636 struct ath10k_tpc_stats *tpc_stats; member