Searched refs:recovery_start_count (Results 1 – 2 of 2) sorted by relevance
6606 int recovery_start_count; in ath11k_mac_wait_reconfigure() local6611 recovery_start_count = atomic_inc_return(&ab->recovery_start_count); in ath11k_mac_wait_reconfigure()6612 ath11k_dbg(ab, ATH11K_DBG_MAC, "recovery start count %d\n", recovery_start_count); in ath11k_mac_wait_reconfigure()6614 if (recovery_start_count == ab->num_radios) { in ath11k_mac_wait_reconfigure()
2585 atomic_set(&ab->recovery_start_count, 0); in ath11k_core_reset()