Searched refs:sc_mtx_cleanup (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Dif_ece.c114 #define ECE_CLEANUPLOCK(_sc) mtx_lock(&(_sc)->sc_mtx_cleanup)
115 #define ECE_CLEANUPUNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx_cleanup)
117 mtx_init(&_sc->sc_mtx_cleanup, device_get_nameunit(_sc->dev), \
130 mtx_destroy(&_sc->sc_mtx_cleanup);
H A Dif_ecevar.h114 struct mtx sc_mtx_cleanup; /* rx mutex */ member in struct:ece_softc

Completed in 137 milliseconds