Home
last modified time | relevance | path

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

/freebsd/sys/dev/stge/
H A Dif_stge.c976 STGE_LOCK_ASSERT(sc); in stge_setwol()
1064 STGE_LOCK_ASSERT(sc); in stge_encap()
1166 STGE_LOCK_ASSERT(sc); in stge_start_locked()
1221 STGE_LOCK_ASSERT(sc); in stge_watchdog()
1524 STGE_LOCK_ASSERT(sc); in stge_txeof()
1631 STGE_LOCK_ASSERT(sc); in stge_rxeof()
1827 STGE_LOCK_ASSERT(sc); in stge_tick()
1859 STGE_LOCK_ASSERT(sc); in stge_stats_update()
1895 STGE_LOCK_ASSERT(sc); in stge_reset()
1978 STGE_LOCK_ASSERT(sc); in stge_init_locked()
[all …]
H A Dif_stgereg.h669 #define STGE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->sc_mtx, MA_OWNED) macro