Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/src/
H A Dwlan_cp_stats_mc_ucfg_api.c424 struct psoc_mc_cp_stats *psoc_mc_stats; in ucfg_mc_cp_stats_inc_wake_lock_stats_by_protocol() local
433 psoc_mc_stats = psoc_cp_stats_priv->obj_stats; in ucfg_mc_cp_stats_inc_wake_lock_stats_by_protocol()
435 if (!psoc_mc_stats) { in ucfg_mc_cp_stats_inc_wake_lock_stats_by_protocol()
440 stats = &psoc_mc_stats->wow_stats; in ucfg_mc_cp_stats_inc_wake_lock_stats_by_protocol()
476 struct psoc_mc_cp_stats *psoc_mc_stats; in ucfg_mc_cp_stats_inc_wake_lock_stats_by_dst_addr() local
486 psoc_mc_stats = psoc_cp_stats_priv->obj_stats; in ucfg_mc_cp_stats_inc_wake_lock_stats_by_dst_addr()
487 if (!psoc_mc_stats) { in ucfg_mc_cp_stats_inc_wake_lock_stats_by_dst_addr()
492 stats = &psoc_mc_stats->wow_stats; in ucfg_mc_cp_stats_inc_wake_lock_stats_by_dst_addr()
519 struct psoc_mc_cp_stats *psoc_mc_stats; in ucfg_mc_cp_stats_inc_wake_lock_stats() local
530 psoc_mc_stats = psoc_cp_stats_priv->obj_stats; in ucfg_mc_cp_stats_inc_wake_lock_stats()
[all …]