Searched refs:fast_resume (Results 1 – 4 of 4) sorted by relevance
2136 if (mvm->fast_resume) in iwl_mvm_parse_wowlan_info_notif()2175 if (mvm->fast_resume) in iwl_mvm_parse_wowlan_info_notif_v3()3004 if (mvm->fast_resume) in iwl_mvm_d3_notif_wait()3217 mvm->fast_resume = true; in iwl_mvm_fast_suspend()3277 mvm->fast_resume = false; in iwl_mvm_fast_resume()
1175 bool fast_resume = false; in __iwl_mvm_mac_start() local1203 fast_resume = mvm->fast_resume; in __iwl_mvm_mac_start()1205 if (fast_resume) { in __iwl_mvm_mac_start()1238 if (!fast_resume || ret) in __iwl_mvm_mac_start()
2088 mvm->fast_resume = false; in iwl_op_mode_mvm_device_powered_off()
1106 bool fast_resume; member