Home
last modified time | relevance | path

Searched refs:ATH_LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ath/
Dif_ath.c303 ATH_LOCK_ASSERT(sc); in _ath_power_setpower()
357 ATH_LOCK_ASSERT(sc); in _ath_power_set_selfgen()
392 ATH_LOCK_ASSERT(sc); in _ath_power_set_power_state()
431 ATH_LOCK_ASSERT(sc); in _ath_power_restore_power_state()
2551 ATH_LOCK_ASSERT(sc); in ath_init()
2711 ATH_LOCK_ASSERT(sc); in ath_stop()
5371 ATH_LOCK_ASSERT(sc); in ath_calibrate()
6497 ATH_LOCK_ASSERT(sc); in ath_watchdog()
Dif_athvar.h938 #define ATH_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->sc_mtx, MA_OWNED) macro