Searched refs:sc_sclow (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/dev/ncv/
H A Dncr53c500var.h45 struct scsi_low_softc sc_sclow; /* generic data */ member in struct:ncv_softc
H A Dncr53c500_pccard.c106 SCSI_LOW_LOCK(&sc->sc_sclow);
108 SCSI_LOW_UNLOCK(&sc->sc_sclow);
139 mtx_destroy(&sc->sc_sclow.sl_lock);
159 mtx_init(&sc->sc_sclow.sl_lock, "ncv", NULL, MTX_DEF);
306 scsi_low_deactivate(&sc->sc_sclow);
307 scsi_low_detach(&sc->sc_sclow);
332 slp = &sc->sc_sclow;
H A Dncr53c500.c301 struct scsi_low_softc *slp = &sc->sc_sclow;
360 struct scsi_low_softc *slp = &sc->sc_sclow;
421 struct scsi_low_softc *slp = &sc->sc_sclow;
576 struct scsi_low_softc *slp = &sc->sc_sclow;
612 struct scsi_low_softc *slp = &sc->sc_sclow;
674 struct scsi_low_softc *slp = &sc->sc_sclow;
739 struct scsi_low_softc *slp = &sc->sc_sclow;
801 struct scsi_low_softc *slp = &sc->sc_sclow;
832 struct scsi_low_softc *slp = &sc->sc_sclow;
853 struct scsi_low_softc *slp = &sc->sc_sclow;
[all...]
/freebsd-12-stable/sys/dev/stg/
H A Dtmc18c30_subr.c73 mtx_init(&sc->sc_sclow.sl_lock, "stg", NULL, MTX_DEF);
123 mtx_destroy(&sc->sc_sclow.sl_lock);
147 slp = &sc->sc_sclow;
163 scsi_low_deactivate(&sc->sc_sclow);
164 scsi_low_detach(&sc->sc_sclow);
175 SCSI_LOW_LOCK(&sc->sc_sclow);
177 SCSI_LOW_UNLOCK(&sc->sc_sclow);
H A Dtmc18c30var.h47 struct scsi_low_softc sc_sclow; /* generic data */ member in struct:stg_softc
H A Dtmc18c30.c183 struct scsi_low_softc *slp = &sc->sc_sclow;
325 struct scsi_low_softc *slp = &sc->sc_sclow;
413 struct scsi_low_softc *slp = &sc->sc_sclow;
437 struct scsi_low_softc *slp = &sc->sc_sclow;
501 struct scsi_low_softc *slp = &sc->sc_sclow;
589 struct scsi_low_softc *slp = &sc->sc_sclow;
663 struct scsi_low_softc *slp = &sc->sc_sclow;
685 struct scsi_low_softc *slp = &sc->sc_sclow;
732 SCSI_LOW_DEASSERT_ATN(&sc->sc_sclow);
759 struct scsi_low_softc *slp = &sc->sc_sclow;
[all...]
/freebsd-12-stable/sys/dev/nsp/
H A Dnspvar.h46 struct scsi_low_softc sc_sclow; /* generic data */ member in struct:nsp_softc
H A Dnsp_pccard.c92 SCSI_LOW_LOCK(&sc->sc_sclow);
94 SCSI_LOW_UNLOCK(&sc->sc_sclow);
113 mtx_destroy(&sc->sc_sclow.sl_lock);
127 mtx_init(&sc->sc_sclow.sl_lock, "nsp", NULL, MTX_DEF);
247 scsi_low_deactivate(&sc->sc_sclow);
248 scsi_low_detach(&sc->sc_sclow);
277 slp = &sc->sc_sclow;
H A Dnsp.c203 struct scsi_low_softc *slp = &sc->sc_sclow;
304 struct scsi_low_softc *slp = &sc->sc_sclow;
325 struct scsi_low_softc *slp = &sc->sc_sclow;
421 struct scsi_low_softc *slp = &sc->sc_sclow;
575 struct scsi_low_softc *slp = &sc->sc_sclow;
679 struct scsi_low_softc *slp = &sc->sc_sclow;
774 struct scsi_low_softc *slp = &sc->sc_sclow;
863 struct scsi_low_softc *slp = &sc->sc_sclow;
958 struct scsi_low_softc *slp = &sc->sc_sclow;
1035 struct scsi_low_softc *slp = &sc->sc_sclow;
[all...]

Completed in 112 milliseconds