Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c302 ATH_LOCK_ASSERT(sc); in _ath_power_setpower()
356 ATH_LOCK_ASSERT(sc); in _ath_power_set_selfgen()
391 ATH_LOCK_ASSERT(sc); in _ath_power_set_power_state()
430 ATH_LOCK_ASSERT(sc); in _ath_power_restore_power_state()
2606 ATH_LOCK_ASSERT(sc); in ath_init()
2766 ATH_LOCK_ASSERT(sc); in ath_stop()
5431 ATH_LOCK_ASSERT(sc); in ath_calibrate()
6565 ATH_LOCK_ASSERT(sc); in ath_watchdog()
H A Dif_athvar.h943 #define ATH_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->sc_mtx, MA_OWNED) macro