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

/freebsd-10.2-release/sys/dev/sis/
H A Dif_sis.c110 #define SIS_LOCK(_sc) mtx_lock(&(_sc)->sis_mtx)
111 #define SIS_UNLOCK(_sc) mtx_unlock(&(_sc)->sis_mtx)
112 #define SIS_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->sis_mtx, MA_OWNED)
899 mtx_init(&sc->sis_mtx, device_get_nameunit(dev), MTX_NETWORK_LOCK,
901 callout_init_mtx(&sc->sis_stat_ch, &sc->sis_mtx, 0);
1131 KASSERT(mtx_initialized(&sc->sis_mtx), ("sis mutex not initialized"));
1160 mtx_destroy(&sc->sis_mtx);
H A Dif_sisreg.h491 struct mtx sis_mtx; member in struct:sis_softc

Completed in 27 milliseconds