Searched refs:rs_results (Results 1 – 2 of 2) sorted by relevance
1903 struct wifi_radio_stats *rs_results; in wma_unified_link_stats_results_mem_free() local1909 rs_results = (struct wifi_radio_stats *) in wma_unified_link_stats_results_mem_free()1912 if (rs_results->tx_time_per_power_level) { in wma_unified_link_stats_results_mem_free()1913 qdf_mem_free(rs_results->tx_time_per_power_level); in wma_unified_link_stats_results_mem_free()1914 rs_results->tx_time_per_power_level = NULL; in wma_unified_link_stats_results_mem_free()1917 if (rs_results->channels) { in wma_unified_link_stats_results_mem_free()1918 qdf_mem_free(rs_results->channels); in wma_unified_link_stats_results_mem_free()1919 rs_results->channels = NULL; in wma_unified_link_stats_results_mem_free()1921 rs_results++; in wma_unified_link_stats_results_mem_free()1967 struct wifi_radio_stats *rs_results; in __wma_unified_radio_tx_power_level_stats_event_handler() local[all …]
2609 struct wifi_radio_stats *rs_results, *stat_result; in hdd_process_ll_stats() local2629 rs_results = (struct wifi_radio_stats *)results->results; in hdd_process_ll_stats()2632 channel_size = rs_results->num_channels * in hdd_process_ll_stats()2635 rs_results->total_num_tx_power_levels; in hdd_process_ll_stats()2637 if (rs_results->total_num_tx_power_levels && in hdd_process_ll_stats()2638 rs_results->tx_time_per_power_level) { in hdd_process_ll_stats()2654 rs_results->tx_time_per_power_level, in hdd_process_ll_stats()2675 rs_results->channels, in hdd_process_ll_stats()2678 rs_results++; in hdd_process_ll_stats()