Home
last modified time | relevance | path

Searched refs:cstats_node (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/core/src/
H A Dwlan_cp_stats_chipset_stats.c25 static struct cstats_node *gcstats_buffer[CSTATS_MAX_TYPE];
44 sizeof(struct cstats_node)); in wlan_cp_stats_cstats_init()
60 sizeof(struct cstats_node)); in wlan_cp_stats_cstats_init()
75 qdf_container_of(tmp_node, struct cstats_node, node); in wlan_cp_stats_cstats_init()
125 qdf_container_of(tmp_node, struct cstats_node, node); in wlan_cp_stats_get_cstats_free_node()
130 qdf_container_of(tmp_node, struct cstats_node, node); in wlan_cp_stats_get_cstats_free_node()
233 struct cstats_node *clog_msg; in wlan_cp_stats_cstats_send_buffer_to_user()
234 struct cstats_node *next; in wlan_cp_stats_cstats_send_buffer_to_user()
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/dispatcher/inc/
H A Dwlan_cp_stats_chipset_stats.h66 struct cstats_node { struct
80 struct cstats_node *ccur_node[CSTATS_MAX_TYPE]; argument