Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h770 atomic_t recovery_count; member
H A Dcore.c853 atomic_set(&ab->recovery_count, 0); in ath12k_core_reset()
H A Dmac.c6736 int recovery_count; in ath12k_mac_op_reconfig_complete() local
6750 recovery_count = atomic_inc_return(&ab->recovery_count); in ath12k_mac_op_reconfig_complete()
6752 recovery_count); in ath12k_mac_op_reconfig_complete()
6756 if (recovery_count == ab->num_radios) { in ath12k_mac_op_reconfig_complete()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h964 atomic_t recovery_count; member
H A Dcore.c1987 atomic_set(&ab->recovery_count, 0); in ath11k_core_reset()
H A Dmac.c8465 int recovery_count; in ath11k_mac_op_reconfig_complete() local
8488 recovery_count = atomic_inc_return(&ab->recovery_count); in ath11k_mac_op_reconfig_complete()
8490 "recovery count %d\n", recovery_count); in ath11k_mac_op_reconfig_complete()
8494 if (recovery_count == ab->num_radios) { in ath11k_mac_op_reconfig_complete()