Searched refs:exit_same_reason_count (Results 1 – 2 of 2) sorted by relevance
955 mvmvif->exit_same_reason_count = 1; in iwl_mvm_check_esr_prevention()959 mvmvif->exit_same_reason_count++; in iwl_mvm_check_esr_prevention()960 if (WARN_ON(mvmvif->exit_same_reason_count < 2 || in iwl_mvm_check_esr_prevention()961 mvmvif->exit_same_reason_count > 3)) in iwl_mvm_check_esr_prevention()970 delay = mvmvif->exit_same_reason_count == 2 ? in iwl_mvm_check_esr_prevention()976 delay / HZ, mvmvif->exit_same_reason_count, in iwl_mvm_check_esr_prevention()
587 u8 exit_same_reason_count; member