Searched refs:fail_cont_count (Results 1 – 6 of 6) sorted by relevance
1143 int reset_count, fail_cont_count; in ath12k_core_reset() local1154 fail_cont_count = atomic_read(&ab->fail_cont_count); in ath12k_core_reset()1156 if (fail_cont_count >= ATH12K_RESET_MAX_FAIL_COUNT_FINAL) in ath12k_core_reset()1159 if (fail_cont_count >= ATH12K_RESET_MAX_FAIL_COUNT_FIRST && in ath12k_core_reset()1183 fail_cont_count = atomic_inc_return(&ab->fail_cont_count); in ath12k_core_reset()
887 atomic_t fail_cont_count; member
8303 atomic_set(&ab->fail_cont_count, 0); in ath12k_mac_op_reconfig_complete()
2077 int reset_count, fail_cont_count; in ath11k_core_reset() local2088 fail_cont_count = atomic_read(&ab->fail_cont_count); in ath11k_core_reset()2090 if (fail_cont_count >= ATH11K_RESET_MAX_FAIL_COUNT_FINAL) in ath11k_core_reset()2093 if (fail_cont_count >= ATH11K_RESET_MAX_FAIL_COUNT_FIRST && in ath11k_core_reset()2118 atomic_inc(&ab->fail_cont_count); in ath11k_core_reset()
997 atomic_t fail_cont_count; member
8814 atomic_set(&ab->fail_cont_count, 0); in ath11k_mac_op_reconfig_complete()
Completed in 56 milliseconds