Searched refs:ccur_node (Results 1 – 2 of 2) sorted by relevance
49 cstats.ccur_node[k] = NULL; in wlan_cp_stats_cstats_init()74 cstats.ccur_node[i] = in wlan_cp_stats_cstats_init()94 cstats.ccur_node[i] = NULL; in wlan_cp_stats_cstats_deinit()115 if (cstats.ccur_node[type]->filled_length) { in wlan_cp_stats_get_cstats_free_node()117 &cstats.ccur_node[type]->node); in wlan_cp_stats_get_cstats_free_node()124 cstats.ccur_node[type] = in wlan_cp_stats_get_cstats_free_node()129 cstats.ccur_node[type] = in wlan_cp_stats_get_cstats_free_node()136 cstats.ccur_node[type]->filled_length = 0; in wlan_cp_stats_get_cstats_free_node()158 if (!cstats.ccur_node[type]) { in wlan_cp_stats_cstats_write_to_buff()165 pfilled_length = &cstats.ccur_node[type]->filled_length; in wlan_cp_stats_cstats_write_to_buff()[all …]
80 struct cstats_node *ccur_node[CSTATS_MAX_TYPE]; member