Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_debugfs_llstat.c50 wmi_iface_powersave_stats *powersave_stats; in hdd_debugfs_process_iface_stats() local
163 powersave_stats = &iface_stat->powersave_stats; in hdd_debugfs_process_iface_stats()
168 powersave_stats->tot_tim_bcn, in hdd_debugfs_process_iface_stats()
169 powersave_stats->tot_err_tim_bcn); in hdd_debugfs_process_iface_stats()
H A Dwlan_hdd_stats.c1256 if_stat->powersave_stats.tot_tim_bcn) || in put_wifi_iface_stats()
1259 if_stat->powersave_stats.tot_err_tim_bcn)) { in put_wifi_iface_stats()
1474 if_stat->powersave_stats.tot_tim_bcn = in wlan_hdd_update_iface_stats_info()
1475 link_info->ll_iface_stats.powersave_stats.tot_tim_bcn; in wlan_hdd_update_iface_stats_info()
1476 if_stat->powersave_stats.tot_err_tim_bcn = in wlan_hdd_update_iface_stats_info()
1477 link_info->ll_iface_stats.powersave_stats.tot_err_tim_bcn; in wlan_hdd_update_iface_stats_info()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c2872 wmi_iface_powersave_stats *powersave_stats; in wma_unified_link_iface_stats_event_handler() local
3009 powersave_stats = param_tlvs->iface_powersave_stats; in wma_unified_link_iface_stats_event_handler()
3010 if (powersave_stats) in wma_unified_link_iface_stats_event_handler()
3011 iface_stat->powersave_stats = *powersave_stats; in wma_unified_link_iface_stats_event_handler()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h3140 wmi_iface_powersave_stats powersave_stats; member