Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dlink.c1030 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()
Ddebugfs-vif.c807 if (hweight16(reason) != 1 || !(reason & IWL_MVM_BLOCK_ESR_REASONS)) in iwl_dbgfs_esr_disable_reason_write()
Dmvm.h391 #define IWL_MVM_BLOCK_ESR_REASONS 0xffff macro