Searched refs:scsi_low_softc (Results 1 - 15 of 15) sorted by relevance

/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_low.h196 struct scsi_low_softc;
197 LIST_HEAD(scsi_low_softc_tab, scsi_low_softc);
290 struct scsi_low_softc *ti_sc; /* our softc */
401 struct scsi_low_softc;
403 typedef struct scsi_low_softc *sc_low_t;
441 struct scsi_low_softc { struct
457 LIST_ENTRY(scsi_low_softc) sl_chain;
571 int scsi_low_attach(struct scsi_low_softc *, int, int, int, int, int);
572 int scsi_low_detach(struct scsi_low_softc *);
577 int scsi_low_is_busy(struct scsi_low_softc *);
[all...]
H A Dscsi_low.c117 /* static */ void scsi_low_info(struct scsi_low_softc *, struct targ_info *, u_char *);
120 static int scsi_low_done(struct scsi_low_softc *, struct slccb *);
121 static int scsi_low_setup_done(struct scsi_low_softc *, struct slccb *);
122 static void scsi_low_bus_release(struct scsi_low_softc *, struct targ_info *);
125 static struct targ_info *scsi_low_alloc_ti(struct scsi_low_softc *, int);
129 static void scsi_low_reset_nexus(struct scsi_low_softc *, int);
130 static void scsi_low_reset_nexus_target(struct scsi_low_softc *, struct targ_info *, int);
131 static void scsi_low_reset_nexus_lun(struct scsi_low_softc *, struct lun_info *, int);
132 static int scsi_low_init(struct scsi_low_softc *, u_int);
133 static void scsi_low_start(struct scsi_low_softc *);
[all...]
/freebsd-11.0-release/sys/dev/ncv/
H A Dncr53c500var.h43 struct scsi_low_softc sc_sclow; /* generic data */
H A Dncr53c500.c299 struct scsi_low_softc *slp = &sc->sc_sclow;
358 struct scsi_low_softc *slp = &sc->sc_sclow;
419 struct scsi_low_softc *slp = &sc->sc_sclow;
574 struct scsi_low_softc *slp = &sc->sc_sclow;
610 struct scsi_low_softc *slp = &sc->sc_sclow;
672 struct scsi_low_softc *slp = &sc->sc_sclow;
737 struct scsi_low_softc *slp = &sc->sc_sclow;
799 struct scsi_low_softc *slp = &sc->sc_sclow;
814 ti = scsi_low_reselected((struct scsi_low_softc *) sc, sid);
830 struct scsi_low_softc *sl
[all...]
H A Dncr53c500_pccard.c324 struct scsi_low_softc *slp;
/freebsd-11.0-release/sys/dev/nsp/
H A Dnspvar.h44 struct scsi_low_softc sc_sclow; /* generic data */
H A Dnsp.c201 struct scsi_low_softc *slp = &sc->sc_sclow;
302 struct scsi_low_softc *slp = &sc->sc_sclow;
323 struct scsi_low_softc *slp = &sc->sc_sclow;
419 struct scsi_low_softc *slp = &sc->sc_sclow;
573 struct scsi_low_softc *slp = &sc->sc_sclow;
677 struct scsi_low_softc *slp = &sc->sc_sclow;
772 struct scsi_low_softc *slp = &sc->sc_sclow;
861 struct scsi_low_softc *slp = &sc->sc_sclow;
956 struct scsi_low_softc *slp = &sc->sc_sclow;
1033 struct scsi_low_softc *sl
[all...]
H A Dnsp_pccard.c264 struct scsi_low_softc *slp;
/freebsd-11.0-release/sys/dev/stg/
H A Dtmc18c30var.h45 struct scsi_low_softc sc_sclow; /* generic data */
H A Dtmc18c30.c181 struct scsi_low_softc *slp = &sc->sc_sclow;
323 struct scsi_low_softc *slp = &sc->sc_sclow;
411 struct scsi_low_softc *slp = &sc->sc_sclow;
434 struct scsi_low_softc *slp = &sc->sc_sclow;
498 struct scsi_low_softc *slp = &sc->sc_sclow;
586 struct scsi_low_softc *slp = &sc->sc_sclow;
660 struct scsi_low_softc *slp = &sc->sc_sclow;
682 struct scsi_low_softc *slp = &sc->sc_sclow;
756 struct scsi_low_softc *slp = &sc->sc_sclow;
838 struct scsi_low_softc *sl
[all...]
H A Dtmc18c30_subr.c140 struct scsi_low_softc *slp;
/freebsd-11.0-release/sys/dev/ct/
H A Dctvar.h58 struct scsi_low_softc sc_sclow; /* generic data */
H A Dct.c344 struct scsi_low_softc *slp = &ct->sc_sclow;
376 struct scsi_low_softc *slp = &ct->sc_sclow;
430 struct scsi_low_softc *slp = &ct->sc_sclow;
460 struct scsi_low_softc *slp = &ct->sc_sclow;
645 struct scsi_low_softc *slp = &ct->sc_sclow;
697 struct scsi_low_softc *slp = &ct->sc_sclow;
743 struct scsi_low_softc *slp = &ct->sc_sclow;
786 struct scsi_low_softc *slp = &ct->sc_sclow;
806 struct scsi_low_softc *slp = &ct->sc_sclow;
817 struct scsi_low_softc *sl
[all...]
H A Dbshw_machdep.c103 struct scsi_low_softc *slp = &ct->sc_sclow;
239 struct scsi_low_softc *slp = &ct->sc_sclow;
286 struct scsi_low_softc *slp = &ct->sc_sclow;
389 struct scsi_low_softc *slp = &ct->sc_sclow;
450 struct scsi_low_softc *slp = &ct->sc_sclow;
523 struct scsi_low_softc *slp = &ct->sc_sclow;
H A Dct_isa.c171 struct scsi_low_softc *slp = &ct->sc_sclow;

Completed in 125 milliseconds