Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h771 atomic_t recovery_start_count; member
H A Dcore.c861 atomic_set(&ab->recovery_start_count, 0); in ath12k_core_reset()
H A Dmac.c4968 int recovery_start_count; in ath12k_mac_wait_reconfigure() local
4973 recovery_start_count = atomic_inc_return(&ab->recovery_start_count); in ath12k_mac_wait_reconfigure()
4975 ath12k_dbg(ab, ATH12K_DBG_MAC, "recovery start count %d\n", recovery_start_count); in ath12k_mac_wait_reconfigure()
4977 if (recovery_start_count == ab->num_radios) { in ath12k_mac_wait_reconfigure()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h965 atomic_t recovery_start_count; member
H A Dcore.c1989 atomic_set(&ab->recovery_start_count, 0); in ath11k_core_reset()
H A Dmac.c6251 int recovery_start_count; in ath11k_mac_wait_reconfigure() local
6256 recovery_start_count = atomic_inc_return(&ab->recovery_start_count); in ath11k_mac_wait_reconfigure()
6257 ath11k_dbg(ab, ATH11K_DBG_MAC, "recovery start count %d\n", recovery_start_count); in ath11k_mac_wait_reconfigure()
6259 if (recovery_start_count == ab->num_radios) { in ath11k_mac_wait_reconfigure()