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

/freebsd-12-stable/sys/dev/sis/
H A Dif_sis.c113 #define SIS_LOCK(_sc) mtx_lock(&(_sc)->sis_mtx)
114 #define SIS_UNLOCK(_sc) mtx_unlock(&(_sc)->sis_mtx)
115 #define SIS_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->sis_mtx, MA_OWNED)
902 mtx_init(&sc->sis_mtx, device_get_nameunit(dev), MTX_NETWORK_LOCK,
904 callout_init_mtx(&sc->sis_stat_ch, &sc->sis_mtx, 0);
1134 KASSERT(mtx_initialized(&sc->sis_mtx), ("sis mutex not initialized"));
1163 mtx_destroy(&sc->sis_mtx);
H A Dif_sisreg.h493 struct mtx sis_mtx; member in struct:sis_softc

Completed in 54 milliseconds