Searched refs:xl_mtx (Results 1 – 2 of 2) sorted by relevance
616 struct mtx xl_mtx; member626 #define XL_LOCK(_sc) mtx_lock(&(_sc)->xl_mtx)627 #define XL_UNLOCK(_sc) mtx_unlock(&(_sc)->xl_mtx)628 #define XL_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->xl_mtx, MA_OWNED)
1073 mtx_init(&sc->xl_mtx, device_get_nameunit(dev), MTX_NETWORK_LOCK, in xl_attach()1216 callout_init_mtx(&sc->xl_tick_callout, &sc->xl_mtx, 0); in xl_attach()1564 KASSERT(mtx_initialized(&sc->xl_mtx), ("xl mutex not initialized")); in xl_detach()1625 mtx_destroy(&sc->xl_mtx); in xl_detach()