Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bce/
Dif_bcereg.h1125 mtx_init(&(_sc)->bce_mtx, _name, MTX_NETWORK_LOCK, MTX_DEF)
1126 #define BCE_LOCK(_sc) mtx_lock(&(_sc)->bce_mtx)
1127 #define BCE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->bce_mtx, MA_OWNED)
1128 #define BCE_UNLOCK(_sc) mtx_unlock(&(_sc)->bce_mtx)
1129 #define BCE_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->bce_mtx)
6416 struct mtx bce_mtx; member
Dif_bce.c1458 callout_init_mtx(&sc->bce_tick_callout, &sc->bce_mtx, 0); in bce_attach()
1459 callout_init_mtx(&sc->bce_pulse_callout, &sc->bce_mtx, 0); in bce_attach()
3920 if (mtx_initialized(&sc->bce_mtx)) in bce_release_resources()