Home
last modified time | relevance | path

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

/freebsd/sys/dev/ste/
H A Dif_ste.c426 STE_LOCK_ASSERT(sc); in ste_rxfilter()
478 STE_LOCK_ASSERT(sc); in ste_poll_locked()
672 STE_LOCK_ASSERT(sc); in ste_txeoc()
739 STE_LOCK_ASSERT(sc); in ste_tick()
770 STE_LOCK_ASSERT(sc); in ste_txeof()
808 STE_LOCK_ASSERT(sc); in ste_stats_clear()
839 STE_LOCK_ASSERT(sc); in ste_stats_update()
1502 STE_LOCK_ASSERT(sc); in ste_init_locked()
1618 STE_LOCK_ASSERT(sc); in ste_stop()
1812 STE_LOCK_ASSERT(sc); in ste_encap()
[all …]
H A Dif_stereg.h595 #define STE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->ste_mtx, MA_OWNED) macro