Searched refs:stat_result (Results 1 – 1 of 1) sorted by relevance
2609 struct wifi_radio_stats *rs_results, *stat_result; in hdd_process_ll_stats() local2623 stat_result = qdf_mem_malloc(stat_size); in hdd_process_ll_stats()2624 if (!stat_result) { in hdd_process_ll_stats()2628 stats->result = stat_result; in hdd_process_ll_stats()2639 stat_result->tx_time_per_power_level = in hdd_process_ll_stats()2641 if (!stat_result->tx_time_per_power_level) { in hdd_process_ll_stats()2643 stat_result--; in hdd_process_ll_stats()2644 qdf_mem_free(stat_result-> in hdd_process_ll_stats()2646 qdf_mem_free(stat_result-> in hdd_process_ll_stats()2649 qdf_mem_free(stat_result); in hdd_process_ll_stats()[all …]