Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath12k/
Dcore.h752 atomic_t recovery_start_count; member
Dcore.c834 atomic_set(&ab->recovery_start_count, 0); in ath12k_core_reset()
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()
/drivers/net/wireless/ath/ath11k/
Dcore.h944 atomic_t recovery_start_count; member
Dcore.c1956 atomic_set(&ab->recovery_start_count, 0); in ath11k_core_reset()
Dmac.c6256 int recovery_start_count; in ath11k_mac_wait_reconfigure() local
6261 recovery_start_count = atomic_inc_return(&ab->recovery_start_count); in ath11k_mac_wait_reconfigure()
6262 ath11k_dbg(ab, ATH11K_DBG_MAC, "recovery start count %d\n", recovery_start_count); in ath11k_mac_wait_reconfigure()
6264 if (recovery_start_count == ab->num_radios) { in ath11k_mac_wait_reconfigure()