Home
last modified time | relevance | path

Searched refs:recovery_start_count (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c6606 int recovery_start_count; in ath11k_mac_wait_reconfigure() local
6611 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()
H A Dcore.c2585 atomic_set(&ab->recovery_start_count, 0); in ath11k_core_reset()