Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Ddebug.h104 struct ath10k_tpc_stats *tpc_stats);
107 struct ath10k_tpc_stats_final *tpc_stats);
166 struct ath10k_tpc_stats *tpc_stats) in ath10k_debug_tpc_stats_process() argument
168 kfree(tpc_stats); in ath10k_debug_tpc_stats_process()
173 struct ath10k_tpc_stats_final *tpc_stats) in ath10k_debug_tpc_stats_final_process() argument
175 kfree(tpc_stats); in ath10k_debug_tpc_stats_final_process()
Ddebug.c1472 struct ath10k_tpc_stats *tpc_stats) in ath10k_debug_tpc_stats_process() argument
1476 kfree(ar->debug.tpc_stats); in ath10k_debug_tpc_stats_process()
1477 ar->debug.tpc_stats = tpc_stats; in ath10k_debug_tpc_stats_process()
1485 struct ath10k_tpc_stats_final *tpc_stats) in ath10k_debug_tpc_stats_final_process() argument
1490 ar->debug.tpc_stats_final = tpc_stats; in ath10k_debug_tpc_stats_final_process()
1496 static void ath10k_tpc_stats_print(struct ath10k_tpc_stats *tpc_stats, in ath10k_tpc_stats_print() argument
1530 for (i = 0; i < tpc_stats->rate_max; i++) { in ath10k_tpc_stats_print()
1533 pream_str[tpc_stats->tpc_table[j].pream_idx[i]], in ath10k_tpc_stats_print()
1534 tpc_stats->tpc_table[j].rate_code[i], in ath10k_tpc_stats_print()
1535 tpc_stats->tpc_table[j].tpc_value[i]); in ath10k_tpc_stats_print()
[all …]
Dwmi.c4489 struct ath10k_tpc_stats *tpc_stats, in ath10k_tpc_config_disp_tables() argument
4503 tpc_stats->flag[type] = ATH10K_TPC_TABLE_TYPE_FLAG; in ath10k_tpc_config_disp_tables()
4510 tpc_stats->flag[type] = ATH10K_TPC_TABLE_TYPE_FLAG; in ath10k_tpc_config_disp_tables()
4517 tpc_stats->flag[type] = ATH10K_TPC_TABLE_TYPE_FLAG; in ath10k_tpc_config_disp_tables()
4544 tpc_stats->tpc_table[type].pream_idx[i] = pream_idx; in ath10k_tpc_config_disp_tables()
4545 tpc_stats->tpc_table[type].rate_code[i] = rate_code[i]; in ath10k_tpc_config_disp_tables()
4546 memcpy(tpc_stats->tpc_table[type].tpc_value[i], in ath10k_tpc_config_disp_tables()
4654 struct ath10k_tpc_stats *tpc_stats; in ath10k_wmi_event_pdev_tpc_config() local
4666 tpc_stats = kzalloc(sizeof(*tpc_stats), GFP_ATOMIC); in ath10k_wmi_event_pdev_tpc_config()
4667 if (!tpc_stats) in ath10k_wmi_event_pdev_tpc_config()
[all …]
Dcore.h599 struct ath10k_tpc_stats *tpc_stats; member