Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ral/
HDrt2560var.h169 #define RAL_LOCK_ASSERT(sc) KKASSERT(lockstatus(&(sc)->sc_mtx, curthread) == LK_EXCLUSIVE) macro
175 #define RAL_LOCK_ASSERT(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) macro
HDrt2661var.h177 #define RAL_LOCK_ASSERT(sc) KKASSERT(lockstatus(&(sc)->sc_mtx, curthread) == LK_EXCLUSIVE) macro
183 #define RAL_LOCK_ASSERT(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) macro
HDrt2860var.h214 #define RAL_LOCK_ASSERT(sc) KKASSERT(lockstatus(&(sc)->sc_mtx, curthread) == LK_EXCLUSIVE) macro
220 #define RAL_LOCK_ASSERT(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) macro
HDrt2560.c1996 RAL_LOCK_ASSERT(sc); in rt2560_start()
2016 RAL_LOCK_ASSERT(sc); in rt2560_watchdog()
2664 RAL_LOCK_ASSERT(sc); in rt2560_init_locked()
2760 RAL_LOCK_ASSERT(sc); in rt2560_stop_locked()
HDrt2661.c1679 RAL_LOCK_ASSERT(sc); in rt2661_start()
1746 RAL_LOCK_ASSERT(sc); in rt2661_watchdog()
2327 RAL_LOCK_ASSERT(sc); in rt2661_init_locked()
2531 RAL_LOCK_ASSERT(sc); in rt2661_load_microcode()
HDrt2860.c2053 RAL_LOCK_ASSERT(sc); in rt2860_start()
2076 RAL_LOCK_ASSERT(sc); in rt2860_watchdog()
3878 RAL_LOCK_ASSERT(sc); in rt2860_init_locked()
4182 RAL_LOCK_ASSERT(sc); in rt2860_load_microcode()