Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dcore.c1385 atomic_set(&ab->fail_cont_count, 0); in ath12k_core_restart()
1401 int reset_count, fail_cont_count; in ath12k_core_reset() local
1412 fail_cont_count = atomic_read(&ab->fail_cont_count); in ath12k_core_reset()
1414 if (fail_cont_count >= ATH12K_RESET_MAX_FAIL_COUNT_FINAL) in ath12k_core_reset()
1417 if (fail_cont_count >= ATH12K_RESET_MAX_FAIL_COUNT_FIRST && in ath12k_core_reset()
1441 fail_cont_count = atomic_inc_return(&ab->fail_cont_count); in ath12k_core_reset()
H A Dcore.h1012 atomic_t fail_cont_count; member
H A Dmac.c10152 atomic_set(&ab->fail_cont_count, 0); in ath12k_mac_op_reconfig_complete()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dcore.c2213 int reset_count, fail_cont_count; in ath11k_core_reset() local
2224 fail_cont_count = atomic_read(&ab->fail_cont_count); in ath11k_core_reset()
2226 if (fail_cont_count >= ATH11K_RESET_MAX_FAIL_COUNT_FINAL) in ath11k_core_reset()
2229 if (fail_cont_count >= ATH11K_RESET_MAX_FAIL_COUNT_FIRST && in ath11k_core_reset()
2254 atomic_inc(&ab->fail_cont_count); in ath11k_core_reset()
H A Dcore.h1004 atomic_t fail_cont_count; member
H A Dmac.c8867 atomic_set(&ab->fail_cont_count, 0); in ath11k_mac_op_reconfig_complete()