Searched refs:fast_resume (Results 1 – 4 of 4) sorted by relevance
2498 if (mvm->fast_resume) in iwl_mvm_parse_wowlan_info_notif()3391 if (mvm->fast_resume) in iwl_mvm_d3_notif_wait()3604 mvm->fast_resume = true; in iwl_mvm_fast_suspend()3649 mvm->fast_resume = false; in iwl_mvm_fast_resume()
1209 bool fast_resume = false; in __iwl_mvm_mac_start() local1237 fast_resume = mvm->fast_resume; in __iwl_mvm_mac_start()1239 if (fast_resume) { in __iwl_mvm_mac_start()1271 if (!fast_resume || ret) in __iwl_mvm_mac_start()
2167 mvm->fast_resume = false; in iwl_op_mode_mvm_device_powered_off()
1192 bool fast_resume; member