Home
last modified time | relevance | path

Searched refs:d3_test_active (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c26 if (WARN_ON(mvm->d3_test_active)) in iwl_mvm_send_cmd()
83 if (WARN_ON(mvm->d3_test_active)) in iwl_mvm_send_cmd_status()
H A Dd3.c3750 if (mvm->d3_test_active) in iwl_mvm_d3_test_open()
3770 mvm->d3_test_active = true; in iwl_mvm_d3_test_open()
3821 mvm->d3_test_active = false; in iwl_mvm_d3_test_release()
H A Dmvm.h1201 bool d3_test_active; member