Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xlreg.h616 struct mtx xl_mtx; member
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.c1073 mtx_init(&sc->xl_mtx, device_get_nameunit(dev), MTX_NETWORK_LOCK, in xl_attach()
1208 callout_init_mtx(&sc->xl_tick_callout, &sc->xl_mtx, 0); in xl_attach()
1551 KASSERT(mtx_initialized(&sc->xl_mtx), ("xl mutex not initialized")); in xl_detach()
1610 mtx_destroy(&sc->xl_mtx); in xl_detach()