Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c2450 int reset_count, fail_cont_count; in ath11k_core_reset() local
2461 fail_cont_count = atomic_read(&ab->fail_cont_count); in ath11k_core_reset()
2463 if (fail_cont_count >= ATH11K_RESET_MAX_FAIL_COUNT_FINAL) in ath11k_core_reset()
2466 if (fail_cont_count >= ATH11K_RESET_MAX_FAIL_COUNT_FIRST && in ath11k_core_reset()
2491 atomic_inc(&ab->fail_cont_count); in ath11k_core_reset()
H A Dcore.h1015 atomic_t fail_cont_count; member
H A Dmac.c9265 atomic_set(&ab->fail_cont_count, 0); in ath11k_mac_op_reconfig_complete()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c13017 atomic_set(&ab->fail_cont_count, 0); in ath12k_mac_op_reconfig_complete()