HomeSort by: relevance | last modified time | path
    Searched refs:sc_dma_mtx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/marvell/
mvxpsec.c 362 mutex_init(&sc->sc_dma_mtx, MUTEX_DEFAULT, IPL_NET);
720 /* must called with sc->sc_dma_mtx held */
721 KASSERT(mutex_owned(&sc->sc_dma_mtx));
741 /* must called with sc->sc_dma_mtx held */
742 KASSERT(mutex_owned(&sc->sc_dma_mtx));
876 /* must called with sc->sc_dma_mtx held */
877 KASSERT(mutex_owned(&sc->sc_dma_mtx));
1202 /* must called with sc->sc_dma_mtx held */
1203 KASSERT(mutex_owned(&sc->sc_dma_mtx));
1481 mutex_enter(&sc->sc_dma_mtx);
    [all...]
mvxpsecvar.h 421 kmutex_t sc_dma_mtx; member in struct:mvxpsec_softc

Completed in 21 milliseconds