Searched refs:IWL_MVM_BLOCK_ESR_REASONS (Results 1 – 3 of 3) sorted by relevance
1030 if (prevented || reason & IWL_MVM_BLOCK_ESR_REASONS) in iwl_mvm_exit_esr()1051 if (WARN_ON(!(reason & IWL_MVM_BLOCK_ESR_REASONS))) in iwl_mvm_block_esr()1078 if (WARN_ON(!(reason & IWL_MVM_BLOCK_ESR_REASONS))) in iwl_mvm_block_esr_sync()1113 !(mvmvif->last_esr_exit.reason & IWL_MVM_BLOCK_ESR_REASONS)) { in iwl_mvm_esr_unblocked()1151 if (WARN_ON(!(reason & IWL_MVM_BLOCK_ESR_REASONS))) in iwl_mvm_unblock_esr()
807 if (hweight16(reason) != 1 || !(reason & IWL_MVM_BLOCK_ESR_REASONS)) in iwl_dbgfs_esr_disable_reason_write()
391 #define IWL_MVM_BLOCK_ESR_REASONS 0xffff macro