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

/freebsd-current/sys/dev/bce/
H A Dif_bcereg.h1046 mtx_init(&(_sc)->bce_mtx, _name, MTX_NETWORK_LOCK, MTX_DEF)
1047 #define BCE_LOCK(_sc) mtx_lock(&(_sc)->bce_mtx)
1048 #define BCE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->bce_mtx, MA_OWNED)
1049 #define BCE_UNLOCK(_sc) mtx_unlock(&(_sc)->bce_mtx)
1050 #define BCE_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->bce_mtx)
6296 struct mtx bce_mtx; member in struct:bce_softc
H A Dif_bce.c1456 callout_init_mtx(&sc->bce_tick_callout, &sc->bce_mtx, 0);
1457 callout_init_mtx(&sc->bce_pulse_callout, &sc->bce_mtx, 0);
3851 if (mtx_initialized(&sc->bce_mtx))

Completed in 107 milliseconds