Searched refs:sis_mtx (Results 1 – 2 of 2) sorted by relevance
111 #define SIS_LOCK(_sc) mtx_lock(&(_sc)->sis_mtx)112 #define SIS_UNLOCK(_sc) mtx_unlock(&(_sc)->sis_mtx)113 #define SIS_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->sis_mtx, MA_OWNED)907 mtx_init(&sc->sis_mtx, device_get_nameunit(dev), MTX_NETWORK_LOCK, in sis_attach()909 callout_init_mtx(&sc->sis_stat_ch, &sc->sis_mtx, 0); in sis_attach()1133 KASSERT(mtx_initialized(&sc->sis_mtx), ("sis mutex not initialized")); in sis_detach()1160 mtx_destroy(&sc->sis_mtx); in sis_detach()
491 struct mtx sis_mtx; member