Searched refs:wow_stats (Results 1 – 3 of 3) sorted by relevance
440 stats = &psoc_mc_stats->wow_stats; in ucfg_mc_cp_stats_inc_wake_lock_stats_by_protocol()492 stats = &psoc_mc_stats->wow_stats; in ucfg_mc_cp_stats_inc_wake_lock_stats_by_dst_addr()538 stats = &psoc_mc_stats->wow_stats; in ucfg_mc_cp_stats_inc_wake_lock_stats()574 vdev_stats = &psoc_mc_stats->wow_stats; in vdev_iterator()655 qdf_mem_copy(stats, &psoc_mc_stats->wow_stats, sizeof(*stats)); in ucfg_mc_cp_stats_get_vdev_wake_lock_stats()668 struct wake_lock_stats wow_stats = {0}; in ucfg_mc_cp_stats_write_wow_stats() local679 status = ucfg_mc_cp_stats_get_psoc_wake_lock_stats(psoc, &wow_stats); in ucfg_mc_cp_stats_write_wow_stats()713 wow_stats.ucast_wake_up_count, in ucfg_mc_cp_stats_write_wow_stats()714 wow_stats.bcast_wake_up_count, in ucfg_mc_cp_stats_write_wow_stats()715 wow_stats.ipv4_mcast_wake_up_count, in ucfg_mc_cp_stats_write_wow_stats()[all …]
122 WLAN_HOST_DIAG_EVENT_DEF(wow_stats, in qdf_wma_wow_wakeup_stats_event()128 qdf_mem_zero(&wow_stats, sizeof(wow_stats)); in qdf_wma_wow_wakeup_stats_event()130 wow_stats.wow_bcast_wake_up_count = stats.bcast_wake_up_count; in qdf_wma_wow_wakeup_stats_event()131 wow_stats.wow_ipv4_mcast_wake_up_count = stats.ipv4_mcast_wake_up_count; in qdf_wma_wow_wakeup_stats_event()132 wow_stats.wow_ipv6_mcast_wake_up_count = stats.ipv6_mcast_wake_up_count; in qdf_wma_wow_wakeup_stats_event()133 wow_stats.wow_ipv6_mcast_ra_stats = stats.ipv6_mcast_ra_stats; in qdf_wma_wow_wakeup_stats_event()134 wow_stats.wow_ipv6_mcast_ns_stats = stats.ipv6_mcast_ns_stats; in qdf_wma_wow_wakeup_stats_event()135 wow_stats.wow_ipv6_mcast_na_stats = stats.ipv6_mcast_na_stats; in qdf_wma_wow_wakeup_stats_event()136 wow_stats.wow_pno_match_wake_up_count = stats.pno_match_wake_up_count; in qdf_wma_wow_wakeup_stats_event()137 wow_stats.wow_pno_complete_wake_up_count = in qdf_wma_wow_wakeup_stats_event()[all …]
311 struct wake_lock_stats wow_stats; member