Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dcore.h750 atomic_t recovery_start_count; member
H A Dcore.c834 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dcore.h944 atomic_t recovery_start_count; member
H A 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()
H A Dcore.c1956 atomic_set(&ab->recovery_start_count, 0); in ath11k_core_reset()

Completed in 26 milliseconds