Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Dcore.h927 atomic_t recovery_start_count; member
Dcore.c1801 atomic_set(&ab->recovery_start_count, 0); in ath11k_core_reset()
Dmac.c5723 int recovery_start_count; in ath11k_mac_wait_reconfigure() local
5728 recovery_start_count = atomic_inc_return(&ab->recovery_start_count); in ath11k_mac_wait_reconfigure()
5729 ath11k_dbg(ab, ATH11K_DBG_MAC, "recovery start count %d\n", recovery_start_count); in ath11k_mac_wait_reconfigure()
5731 if (recovery_start_count == ab->num_radios) { in ath11k_mac_wait_reconfigure()