Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h991 atomic_t recovery_start_count; member
H A Dmac.c6136 int recovery_start_count; in ath11k_mac_wait_reconfigure() local
6141 recovery_start_count = atomic_inc_return(&ab->recovery_start_count); in ath11k_mac_wait_reconfigure()
6142 ath11k_dbg(ab, ATH11K_DBG_MAC, "recovery start count %d\n", recovery_start_count); in ath11k_mac_wait_reconfigure()
6144 if (recovery_start_count == ab->num_radios) { in ath11k_mac_wait_reconfigure()
H A Dcore.c2126 atomic_set(&ab->recovery_start_count, 0); in ath11k_core_reset()