Searched refs:exit_same_reason_count (Results 1 – 2 of 2) sorted by relevance
905 mvmvif->exit_same_reason_count = 1; in iwl_mvm_check_esr_prevention()909 mvmvif->exit_same_reason_count++; in iwl_mvm_check_esr_prevention()910 if (WARN_ON(mvmvif->exit_same_reason_count < 2 || in iwl_mvm_check_esr_prevention()911 mvmvif->exit_same_reason_count > 3)) in iwl_mvm_check_esr_prevention()920 delay = mvmvif->exit_same_reason_count == 2 ? in iwl_mvm_check_esr_prevention()926 delay / HZ, mvmvif->exit_same_reason_count, in iwl_mvm_check_esr_prevention()
595 u8 exit_same_reason_count; member