Home
last modified time | relevance | path

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

/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.c1477 kfree(ar->debug.tpc_stats); in ath10k_debug_tpc_stats_process()
1478 ar->debug.tpc_stats = tpc_stats; in ath10k_debug_tpc_stats_process()
1555 if (!tpc_stats) { in ath10k_tpc_stats_fill()
1565 tpc_stats->chan_freq, in ath10k_tpc_stats_fill()
1566 tpc_stats->phy_mode); in ath10k_tpc_stats_fill()
1571 tpc_stats->ctl, in ath10k_tpc_stats_fill()
1572 tpc_stats->reg_domain); in ath10k_tpc_stats_fill()
1579 tpc_stats->power_limit, in ath10k_tpc_stats_fill()
1583 tpc_stats->num_tx_chain, in ath10k_tpc_stats_fill()
1584 tpc_stats->rate_max); in ath10k_tpc_stats_fill()
[all …]
A Dwmi.c4895 struct ath10k_tpc_stats *tpc_stats; in ath10k_wmi_event_pdev_tpc_config() local
4914 tpc_stats = kzalloc(sizeof(*tpc_stats), GFP_ATOMIC); in ath10k_wmi_event_pdev_tpc_config()
4915 if (!tpc_stats) in ath10k_wmi_event_pdev_tpc_config()
4926 tpc_stats->twice_antenna_reduction = in ath10k_wmi_event_pdev_tpc_config()
4930 tpc_stats->num_tx_chain = num_tx_chain; in ath10k_wmi_event_pdev_tpc_config()
4931 tpc_stats->rate_max = rate_max; in ath10k_wmi_event_pdev_tpc_config()
5170 tpc_stats = kzalloc(sizeof(*tpc_stats), GFP_ATOMIC); in ath10k_wmi_event_tpc_final_table()
5171 if (!tpc_stats) in ath10k_wmi_event_tpc_final_table()
5182 tpc_stats->twice_antenna_reduction = in ath10k_wmi_event_tpc_final_table()
5186 tpc_stats->num_tx_chain = num_tx_chain; in ath10k_wmi_event_tpc_final_table()
[all …]
A Dcore.h693 struct ath10k_tpc_stats *tpc_stats; member
/drivers/net/wireless/ath/ath12k/
A Ddebugfs.c249 struct wmi_tpc_stats_arg *tpc_stats, in ath12k_tpc_get_rate() argument
313 if (tpc_stats->tlvs_rcvd & WMI_TPC_CTL_PWR_ARRAY) { in ath12k_tpc_get_rate()
321 tpc_ctl = *(tpc_stats->ctl_array.ctl_pwr_table + in ath12k_tpc_get_rate()
424 struct wmi_tpc_stats_arg *tpc_stats = ar->debug.tpc_stats; in ath12k_tpc_fill_pream() local
485 tpc = ath12k_tpc_get_rate(ar, tpc_stats, in ath12k_tpc_fill_pream()
513 struct wmi_tpc_stats_arg *tpc_stats, in ath12k_tpc_stats_print() argument
605 caps = le32_to_cpu(tpc_stats->tpc_config.caps); in ath12k_tpc_stats_print()
705 struct wmi_tpc_stats_arg *tpc_stats, in ath12k_tpc_stats_fill() argument
712 if (!tpc_stats) { in ath12k_tpc_stats_fill()
719 tpc = &tpc_stats->tpc_config; in ath12k_tpc_stats_fill()
[all …]
A Dwmi.c9192 if (!tpc_stats) { in ath12k_wmi_tpc_stats_subtlv_parser()
9243 tpc_stats); in ath12k_wmi_tpc_stats_event_parser()
9269 struct wmi_tpc_stats_arg *tpc_stats = ar->debug.tpc_stats; in ath12k_wmi_free_tpc_stats_mem() local
9273 if (tpc_stats) { in ath12k_wmi_free_tpc_stats_mem()
9278 kfree(tpc_stats); in ath12k_wmi_free_tpc_stats_mem()
9327 if (ar->debug.tpc_stats) { in ath12k_wmi_process_tpc_stats()
9336 if (ar->debug.tpc_stats) { in ath12k_wmi_process_tpc_stats()
9341 ar->debug.tpc_stats = in ath12k_wmi_process_tpc_stats()
9351 tpc_stats = ar->debug.tpc_stats; in ath12k_wmi_process_tpc_stats()
9352 if (!tpc_stats) { in ath12k_wmi_process_tpc_stats()
[all …]
A Dcore.h660 struct wmi_tpc_stats_arg *tpc_stats; member

Completed in 60 milliseconds