Home
last modified time | relevance | path

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

/openbmc/linux/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.c3238 if (mvm->d3_test_active) in iwl_mvm_d3_test_open()
3258 mvm->d3_test_active = true; in iwl_mvm_d3_test_open()
3302 mvm->d3_test_active = false; in iwl_mvm_d3_test_release()
H A Dmvm.h1039 bool d3_test_active; member