Searched refs:fast_resume (Results 1 – 4 of 4) sorted by relevance
2147 if (mvm->fast_resume) in iwl_mvm_parse_wowlan_info_notif()2186 if (mvm->fast_resume) in iwl_mvm_parse_wowlan_info_notif_v3()3024 if (mvm->fast_resume) in iwl_mvm_d3_notif_wait()3237 mvm->fast_resume = true; in iwl_mvm_fast_suspend()3297 mvm->fast_resume = false; in iwl_mvm_fast_resume()
1174 bool fast_resume = false; in __iwl_mvm_mac_start() local1202 fast_resume = mvm->fast_resume; in __iwl_mvm_mac_start()1204 if (fast_resume) { in __iwl_mvm_mac_start()1237 if (!fast_resume || ret) in __iwl_mvm_mac_start()
2096 mvm->fast_resume = false; in iwl_op_mode_mvm_device_powered_off()
1109 bool fast_resume; member