Searched refs:tpc_stats (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | debugfs.c | 179 struct wmi_tpc_stats_arg *tpc_stats, in ath12k_tpc_get_rate() argument 243 if (tpc_stats->tlvs_rcvd & WMI_TPC_CTL_PWR_ARRAY) { in ath12k_tpc_get_rate() 251 tpc_ctl = *(tpc_stats->ctl_array.ctl_pwr_table + in ath12k_tpc_get_rate() 354 struct wmi_tpc_stats_arg *tpc_stats = ar->debug.tpc_stats; in ath12k_tpc_fill_pream() local 415 tpc = ath12k_tpc_get_rate(ar, tpc_stats, in ath12k_tpc_fill_pream() 443 struct wmi_tpc_stats_arg *tpc_stats, in ath12k_tpc_stats_print() argument 535 caps = le32_to_cpu(tpc_stats->tpc_config.caps); in ath12k_tpc_stats_print() 635 struct wmi_tpc_stats_arg *tpc_stats, in ath12k_tpc_stats_fill() argument 642 if (!tpc_stats) { in ath12k_tpc_stats_fill() 649 tpc = &tpc_stats->tpc_config; in ath12k_tpc_stats_fill() [all …]
|
| H A D | wmi.c | 8314 if (!tpc_stats) { in ath12k_wmi_tpc_stats_subtlv_parser() 8365 tpc_stats); in ath12k_wmi_tpc_stats_event_parser() 8391 struct wmi_tpc_stats_arg *tpc_stats = ar->debug.tpc_stats; in ath12k_wmi_free_tpc_stats_mem() local 8395 if (tpc_stats) { in ath12k_wmi_free_tpc_stats_mem() 8400 kfree(tpc_stats); in ath12k_wmi_free_tpc_stats_mem() 8449 if (ar->debug.tpc_stats) { in ath12k_wmi_process_tpc_stats() 8458 if (ar->debug.tpc_stats) { in ath12k_wmi_process_tpc_stats() 8463 ar->debug.tpc_stats = in ath12k_wmi_process_tpc_stats() 8473 tpc_stats = ar->debug.tpc_stats; in ath12k_wmi_process_tpc_stats() 8474 if (!tpc_stats) { in ath12k_wmi_process_tpc_stats() [all …]
|
| H A D | core.h | 584 struct wmi_tpc_stats_arg *tpc_stats; member
|
| /linux-6.15/drivers/net/wireless/ath/ath10k/ |
| H A D | debug.h | 98 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()
|
| H A D | debug.c | 1475 kfree(ar->debug.tpc_stats); in ath10k_debug_tpc_stats_process() 1476 ar->debug.tpc_stats = tpc_stats; in ath10k_debug_tpc_stats_process() 1553 if (!tpc_stats) { in ath10k_tpc_stats_fill() 1563 tpc_stats->chan_freq, in ath10k_tpc_stats_fill() 1564 tpc_stats->phy_mode); in ath10k_tpc_stats_fill() 1569 tpc_stats->ctl, in ath10k_tpc_stats_fill() 1570 tpc_stats->reg_domain); in ath10k_tpc_stats_fill() 1577 tpc_stats->power_limit, in ath10k_tpc_stats_fill() 1581 tpc_stats->num_tx_chain, in ath10k_tpc_stats_fill() 1582 tpc_stats->rate_max); in ath10k_tpc_stats_fill() [all …]
|
| H A D | wmi.c | 4889 struct ath10k_tpc_stats *tpc_stats; in ath10k_wmi_event_pdev_tpc_config() local 4908 tpc_stats = kzalloc(sizeof(*tpc_stats), GFP_ATOMIC); in ath10k_wmi_event_pdev_tpc_config() 4909 if (!tpc_stats) in ath10k_wmi_event_pdev_tpc_config() 4920 tpc_stats->twice_antenna_reduction = in ath10k_wmi_event_pdev_tpc_config() 4924 tpc_stats->num_tx_chain = num_tx_chain; in ath10k_wmi_event_pdev_tpc_config() 4925 tpc_stats->rate_max = rate_max; in ath10k_wmi_event_pdev_tpc_config() 5164 tpc_stats = kzalloc(sizeof(*tpc_stats), GFP_ATOMIC); in ath10k_wmi_event_tpc_final_table() 5165 if (!tpc_stats) in ath10k_wmi_event_tpc_final_table() 5176 tpc_stats->twice_antenna_reduction = in ath10k_wmi_event_tpc_final_table() 5180 tpc_stats->num_tx_chain = num_tx_chain; in ath10k_wmi_event_tpc_final_table() [all …]
|
| H A D | core.h | 690 struct ath10k_tpc_stats *tpc_stats; member
|