Searched refs:cstat_filled_list (Results 1 – 2 of 2) sorted by relevance
64 qdf_init_list_head(&cstats.cstat_filled_list[i].anchor); in wlan_cp_stats_cstats_init()116 qdf_list_insert_back(&cstats.cstat_filled_list[type], in wlan_cp_stats_get_cstats_free_node()126 } else if (!qdf_list_empty(&cstats.cstat_filled_list[type])) { in wlan_cp_stats_get_cstats_free_node()127 qdf_list_remove_front(&cstats.cstat_filled_list[type], in wlan_cp_stats_get_cstats_free_node()261 qdf_list_for_each_del(&cstats.cstat_filled_list[type], in wlan_cp_stats_cstats_send_buffer_to_user()
76 qdf_list_t cstat_filled_list[CSTATS_MAX_TYPE]; member