Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.c1591 mutex_lock(&ah->hw_mutex); in ath12k_core_post_reconfigure_recovery()
1623 mutex_unlock(&ah->hw_mutex); in ath12k_core_post_reconfigure_recovery()
H A Dcore.h790 struct mutex hw_mutex; member
H A Dmac.c5352 guard(mutex)(&ah->hw_mutex); in ath12k_mac_get_fw_stats()
9558 lockdep_assert_held(&ah->hw_mutex); in ath12k_mac_start()
9688 guard(mutex)(&ah->hw_mutex); in ath12k_mac_op_start()
9795 lockdep_assert_held(&ah->hw_mutex); in ath12k_mac_stop()
9847 mutex_lock(&ah->hw_mutex); in ath12k_mac_op_stop()
9854 mutex_unlock(&ah->hw_mutex); in ath12k_mac_op_stop()
13224 guard(mutex)(&ah->hw_mutex); in ath12k_mac_op_reconfig_complete()
15027 mutex_init(&ah->hw_mutex); in ath12k_mac_hw_allocate()