Searched refs:powersave_stats (Results 1 – 4 of 4) sorted by relevance
50 wmi_iface_powersave_stats *powersave_stats; in hdd_debugfs_process_iface_stats() local163 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()
1256 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()
2872 wmi_iface_powersave_stats *powersave_stats; in wma_unified_link_iface_stats_event_handler() local3009 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()
3140 wmi_iface_powersave_stats powersave_stats; member