Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/
HDif_ath.c291 ATH_LOCK_ASSERT(sc); in _ath_power_setpower()
335 ATH_LOCK_ASSERT(sc); in _ath_power_set_selfgen()
370 ATH_LOCK_ASSERT(sc); in _ath_power_set_power_state()
407 ATH_LOCK_ASSERT(sc); in _ath_power_restore_power_state()
2425 ATH_LOCK_ASSERT(sc); in ath_init()
2576 ATH_LOCK_ASSERT(sc); in ath_stop()
5215 ATH_LOCK_ASSERT(sc); in ath_calibrate()
6076 ATH_LOCK_ASSERT(sc); in ath_watchdog()
HDif_athvar.h918 #define ATH_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->sc_mtx, MA_OWNED) macro