Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bgereg.h2945 struct mtx bge_mtx; member
3048 mtx_init(&(_sc)->bge_mtx, _name, MTX_NETWORK_LOCK, MTX_DEF)
3049 #define BGE_LOCK(_sc) mtx_lock(&(_sc)->bge_mtx)
3050 #define BGE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->bge_mtx, MA_OWNED)
3051 #define BGE_UNLOCK(_sc) mtx_unlock(&(_sc)->bge_mtx)
3052 #define BGE_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->bge_mtx)
H A Dif_bge.c3304 callout_init_mtx(&sc->bge_stat_ch, &sc->bge_mtx, 0); in bge_attach()
4005 if (mtx_initialized(&sc->bge_mtx)) /* XXX */ in bge_release_resources()