Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/esp/
Dncr53c9x.c480 NCR_LOCK_ASSERT(sc, MA_OWNED); in ncr53c9x_reset()
565 NCR_LOCK_ASSERT(sc, MA_OWNED); in ncr53c9x_clear()
591 NCR_LOCK_ASSERT(sc, MA_OWNED); in ncr53c9x_clear_target()
627 NCR_LOCK_ASSERT(sc, MA_OWNED); in ncr53c9x_init()
707 NCR_LOCK_ASSERT(sc, MA_OWNED); in ncr53c9x_readregs()
737 NCR_LOCK_ASSERT(sc, MA_OWNED); in ncr53c9x_stp2cpb()
751 NCR_LOCK_ASSERT(sc, MA_OWNED); in ncr53c9x_setsync()
814 NCR_LOCK_ASSERT(sc, MA_OWNED); in ncr53c9x_select()
940 NCR_LOCK_ASSERT(sc, MA_OWNED); in ncr53c9x_free_ecb()
951 NCR_LOCK_ASSERT(sc, MA_OWNED); in ncr53c9x_get_ecb()
[all …]
Dncr53c9xvar.h471 #define NCR_LOCK_ASSERT(_sc, _what) mtx_assert(&(_sc)->sc_lock, (_what)) macro