Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.c780 int reset_count, fail_cont_count; in ath12k_core_reset() local
791 fail_cont_count = atomic_read(&ab->fail_cont_count); in ath12k_core_reset()
793 if (fail_cont_count >= ATH12K_RESET_MAX_FAIL_COUNT_FINAL) in ath12k_core_reset()
796 if (fail_cont_count >= ATH12K_RESET_MAX_FAIL_COUNT_FIRST && in ath12k_core_reset()
820 fail_cont_count = atomic_inc_return(&ab->fail_cont_count); in ath12k_core_reset()
H A Dcore.h756 atomic_t fail_cont_count; member
H A Dmac.c6759 atomic_set(&ab->fail_cont_count, 0); in ath12k_mac_op_reconfig_complete()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c1907 int reset_count, fail_cont_count; in ath11k_core_reset() local
1918 fail_cont_count = atomic_read(&ab->fail_cont_count); in ath11k_core_reset()
1920 if (fail_cont_count >= ATH11K_RESET_MAX_FAIL_COUNT_FINAL) in ath11k_core_reset()
1923 if (fail_cont_count >= ATH11K_RESET_MAX_FAIL_COUNT_FIRST && in ath11k_core_reset()
1948 atomic_inc(&ab->fail_cont_count); in ath11k_core_reset()
H A Dcore.h950 atomic_t fail_cont_count; member
H A Dmac.c8496 atomic_set(&ab->fail_cont_count, 0); in ath11k_mac_op_reconfig_complete()