Searched refs:sc_cmd_mtx (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dufshcivar.h61 struct mutex sc_cmd_mtx; member in struct:ufshci_softc
H A Damivar.h118 struct mutex sc_cmd_mtx; member in struct:ami_softc
H A Dami.c382 mtx_init(&sc->sc_cmd_mtx, IPL_BIO);
957 mtx_enter(&sc->sc_cmd_mtx);
960 mtx_leave(&sc->sc_cmd_mtx);
977 mtx_enter(&sc->sc_cmd_mtx);
990 mtx_leave(&sc->sc_cmd_mtx);
1001 mtx_enter(&sc->sc_cmd_mtx);
1005 mtx_leave(&sc->sc_cmd_mtx);
1027 mtx_enter(&sc->sc_cmd_mtx);
1038 mtx_leave(&sc->sc_cmd_mtx);
1501 mtx_enter(&sc->sc_cmd_mtx);
[all...]
H A Dufshci.c177 mtx_init(&sc->sc_cmd_mtx, IPL_BIO);
1330 mtx_enter(&sc->sc_cmd_mtx);
1367 mtx_leave(&sc->sc_cmd_mtx);
1501 mtx_enter(&sc->sc_cmd_mtx);
1551 mtx_leave(&sc->sc_cmd_mtx);

Completed in 67 milliseconds