Home
last modified time | relevance | path

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

/freebsd/sys/dev/ti/
H A Dif_ti.c508 TI_LOCK_ASSERT(sc); in ti_copy_mem()
704 TI_LOCK_ASSERT(sc); in ti_copy_scratch()
829 TI_LOCK_ASSERT(sc); in ti_loadfw()
1961 TI_LOCK_ASSERT(sc); in ti_setmulti()
2173 TI_LOCK_ASSERT(sc); in ti_gibinit()
2744 TI_LOCK_ASSERT(sc); in ti_rxeof()
3228 TI_LOCK_ASSERT(sc); in ti_init2()
3890 TI_LOCK_ASSERT(sc); in ti_watchdog()
3921 TI_LOCK_ASSERT(sc); in ti_stop()
H A Dif_tireg.h1063 #define TI_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->ti_mtx, MA_OWNED) macro