Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dcore.c1752 int reset_count, fail_cont_count; in ath11k_core_reset() local
1763 fail_cont_count = atomic_read(&ab->fail_cont_count); in ath11k_core_reset()
1765 if (fail_cont_count >= ATH11K_RESET_MAX_FAIL_COUNT_FINAL) in ath11k_core_reset()
1768 if (fail_cont_count >= ATH11K_RESET_MAX_FAIL_COUNT_FIRST && in ath11k_core_reset()
1793 atomic_inc(&ab->fail_cont_count); in ath11k_core_reset()
Dcore.h935 atomic_t fail_cont_count; member
Dmac.c8011 atomic_set(&ab->fail_cont_count, 0); in ath11k_mac_op_reconfig_complete()