Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A Ddebug.h98 struct ath10k_tpc_stats *tpc_stats);
101 struct ath10k_tpc_stats_final *tpc_stats);
167 struct ath10k_tpc_stats *tpc_stats) in ath10k_debug_tpc_stats_process() argument
169 kfree(tpc_stats); in ath10k_debug_tpc_stats_process()
174 struct ath10k_tpc_stats_final *tpc_stats) in ath10k_debug_tpc_stats_final_process() argument
176 kfree(tpc_stats); in ath10k_debug_tpc_stats_final_process()
A Ddebug.c1474 kfree(ar->debug.tpc_stats); in ath10k_debug_tpc_stats_process()
1475 ar->debug.tpc_stats = tpc_stats; in ath10k_debug_tpc_stats_process()
1552 if (!tpc_stats) { in ath10k_tpc_stats_fill()
1562 tpc_stats->chan_freq, in ath10k_tpc_stats_fill()
1563 tpc_stats->phy_mode); in ath10k_tpc_stats_fill()
1568 tpc_stats->ctl, in ath10k_tpc_stats_fill()
1569 tpc_stats->reg_domain); in ath10k_tpc_stats_fill()
1576 tpc_stats->power_limit, in ath10k_tpc_stats_fill()
1580 tpc_stats->num_tx_chain, in ath10k_tpc_stats_fill()
1581 tpc_stats->rate_max); in ath10k_tpc_stats_fill()
[all …]
A Dwmi.c4867 struct ath10k_tpc_stats *tpc_stats; in ath10k_wmi_event_pdev_tpc_config() local
4886 tpc_stats = kzalloc(sizeof(*tpc_stats), GFP_ATOMIC); in ath10k_wmi_event_pdev_tpc_config()
4887 if (!tpc_stats) in ath10k_wmi_event_pdev_tpc_config()
4898 tpc_stats->twice_antenna_reduction = in ath10k_wmi_event_pdev_tpc_config()
4902 tpc_stats->num_tx_chain = num_tx_chain; in ath10k_wmi_event_pdev_tpc_config()
4903 tpc_stats->rate_max = rate_max; in ath10k_wmi_event_pdev_tpc_config()
5142 tpc_stats = kzalloc(sizeof(*tpc_stats), GFP_ATOMIC); in ath10k_wmi_event_tpc_final_table()
5143 if (!tpc_stats) in ath10k_wmi_event_tpc_final_table()
5154 tpc_stats->twice_antenna_reduction = in ath10k_wmi_event_tpc_final_table()
5158 tpc_stats->num_tx_chain = num_tx_chain; in ath10k_wmi_event_tpc_final_table()
[all …]
A Dcore.h688 struct ath10k_tpc_stats *tpc_stats; member

Completed in 32 milliseconds