Home
last modified time | relevance | path

Searched refs:fail_cont_count (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.c1648 atomic_set(&ab->fail_cont_count, 0); in ath12k_core_restart()
1675 int reset_count, fail_cont_count, i; in ath12k_core_reset() local
1686 fail_cont_count = atomic_read(&ab->fail_cont_count); in ath12k_core_reset()
1688 if (fail_cont_count >= ATH12K_RESET_MAX_FAIL_COUNT_FINAL) in ath12k_core_reset()
1691 if (fail_cont_count >= ATH12K_RESET_MAX_FAIL_COUNT_FIRST && in ath12k_core_reset()
1715 fail_cont_count = atomic_inc_return(&ab->fail_cont_count); in ath12k_core_reset()
H A Dcore.h1066 atomic_t fail_cont_count; member
H A Dmac.c13260 atomic_set(&ab->fail_cont_count, 0); in ath12k_mac_op_reconfig_complete()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.c2567 int reset_count, fail_cont_count; in ath11k_core_reset() local
2578 fail_cont_count = atomic_read(&ab->fail_cont_count); in ath11k_core_reset()
2580 if (fail_cont_count >= ATH11K_RESET_MAX_FAIL_COUNT_FINAL) in ath11k_core_reset()
2583 if (fail_cont_count >= ATH11K_RESET_MAX_FAIL_COUNT_FIRST && in ath11k_core_reset()
2608 atomic_inc(&ab->fail_cont_count); in ath11k_core_reset()
H A Dcore.h1055 atomic_t fail_cont_count; member
H A Dmac.c9280 atomic_set(&ab->fail_cont_count, 0); in ath11k_mac_op_reconfig_complete()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h1225 atomic_t fail_cont_count; member
H A Dcore.c2577 if (atomic_read(&ar->fail_cont_count) >= ATH10K_RECOVERY_MAX_FAIL_COUNT) { in ath10k_core_recovery_check_work()
2579 atomic_read(&ar->fail_cont_count)); in ath10k_core_recovery_check_work()
2599 atomic_inc(&ar->fail_cont_count); in ath10k_core_recovery_check_work()
H A Dmac.c8187 atomic_set(&ar->fail_cont_count, 0); in ath10k_reconfig_complete()