Searched refs:fail_cont_count (Results 1 – 9 of 9) sorted by relevance
1615 atomic_set(&ab->fail_cont_count, 0); in ath12k_core_restart()1642 int reset_count, fail_cont_count, i; in ath12k_core_reset() local1653 fail_cont_count = atomic_read(&ab->fail_cont_count); in ath12k_core_reset()1655 if (fail_cont_count >= ATH12K_RESET_MAX_FAIL_COUNT_FINAL) in ath12k_core_reset()1658 if (fail_cont_count >= ATH12K_RESET_MAX_FAIL_COUNT_FIRST && in ath12k_core_reset()1682 fail_cont_count = atomic_inc_return(&ab->fail_cont_count); in ath12k_core_reset()
1147 atomic_t fail_cont_count; member
12483 atomic_set(&ab->fail_cont_count, 0); in ath12k_mac_op_reconfig_complete()
2412 int reset_count, fail_cont_count; in ath11k_core_reset() local2423 fail_cont_count = atomic_read(&ab->fail_cont_count); in ath11k_core_reset()2425 if (fail_cont_count >= ATH11K_RESET_MAX_FAIL_COUNT_FINAL) in ath11k_core_reset()2428 if (fail_cont_count >= ATH11K_RESET_MAX_FAIL_COUNT_FIRST && in ath11k_core_reset()2453 atomic_inc(&ab->fail_cont_count); in ath11k_core_reset()
1013 atomic_t fail_cont_count; member
8877 atomic_set(&ab->fail_cont_count, 0); in ath11k_mac_op_reconfig_complete()
1217 atomic_t fail_cont_count; member
2503 if (atomic_read(&ar->fail_cont_count) >= ATH10K_RECOVERY_MAX_FAIL_COUNT) { in ath10k_core_needs_recovery()2505 atomic_read(&ar->fail_cont_count)); in ath10k_core_needs_recovery()2525 atomic_inc(&ar->fail_cont_count); in ath10k_core_needs_recovery()
8168 atomic_set(&ar->fail_cont_count, 0); in ath10k_reconfig_complete()
Completed in 88 milliseconds