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

/freebsd-13-stable/sys/dev/altera/atse/
H A Dif_atse.c110 #define ATSE_LOCK(_sc) mtx_lock(&(_sc)->atse_mtx)
111 #define ATSE_UNLOCK(_sc) mtx_unlock(&(_sc)->atse_mtx)
112 #define ATSE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->atse_mtx, MA_OWNED)
1354 mtx_init(&sc->atse_mtx, device_get_nameunit(dev), MTX_NETWORK_LOCK,
1357 callout_init_mtx(&sc->atse_tick, &sc->atse_mtx, 0);
1433 KASSERT(mtx_initialized(&sc->atse_mtx), ("%s: mutex not initialized",
1453 mtx_destroy(&sc->atse_mtx);
H A Dif_atsereg.h441 struct mtx atse_mtx; member in struct:atse_softc

Completed in 70 milliseconds