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

/freebsd-10.0-release/sys/dev/xl/
H A Dif_xlreg.h616 struct mtx xl_mtx; member in struct:xl_softc
623 #define XL_LOCK(_sc) mtx_lock(&(_sc)->xl_mtx)
624 #define XL_UNLOCK(_sc) mtx_unlock(&(_sc)->xl_mtx)
625 #define XL_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->xl_mtx, MA_OWNED)
H A Dif_xl.c1077 mtx_init(&sc->xl_mtx, device_get_nameunit(dev), MTX_NETWORK_LOCK,
1217 callout_init_mtx(&sc->xl_tick_callout, &sc->xl_mtx, 0);
1561 KASSERT(mtx_initialized(&sc->xl_mtx), ("xl mutex not initialized"));
1622 mtx_destroy(&sc->xl_mtx);

Completed in 168 milliseconds