Home
last modified time | relevance | path

Searched refs:cstat_drop_cnt (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.c95 cstats.cstat_drop_cnt[i] = 0; in wlan_cp_stats_cstats_deinit()
132 ++(cstats.cstat_drop_cnt[type])); in wlan_cp_stats_get_cstats_free_node()
211 cstats.cstat_drop_cnt[CSTATS_HOST_TYPE]); in wlan_cp_stats_cstats_send_version_to_usr()
294 ++(cstats.cstat_drop_cnt[type])); 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.h81 unsigned int cstat_drop_cnt[CSTATS_MAX_TYPE]; member