Home
last modified time | relevance | path

Searched refs:scsi_low_softc (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/sys/cam/scsi/
Dscsi_low.h252 struct scsi_low_softc;
253 LIST_HEAD(scsi_low_softc_tab, scsi_low_softc);
346 struct scsi_low_softc *ti_sc; /* our softc */
457 struct scsi_low_softc;
459 typedef struct scsi_low_softc *sc_low_t;
497 struct scsi_low_softc { struct
513 LIST_ENTRY(scsi_low_softc) sl_chain; argument
627 int scsi_low_attach(struct scsi_low_softc *, int, int, int, int, int); argument
628 int scsi_low_detach(struct scsi_low_softc *);
633 int scsi_low_is_busy(struct scsi_low_softc *);
[all …]
Dscsi_low.c178 /* static */ void scsi_low_info(struct scsi_low_softc *, struct targ_info *, u_char *);
181 static int scsi_low_done(struct scsi_low_softc *, struct slccb *);
182 static int scsi_low_setup_done(struct scsi_low_softc *, struct slccb *);
183 static void scsi_low_bus_release(struct scsi_low_softc *, struct targ_info *);
186 static struct targ_info *scsi_low_alloc_ti(struct scsi_low_softc *, int);
190 static void scsi_low_reset_nexus(struct scsi_low_softc *, int);
191 static void scsi_low_reset_nexus_target(struct scsi_low_softc *, struct targ_info *, int);
192 static void scsi_low_reset_nexus_lun(struct scsi_low_softc *, struct lun_info *, int);
193 static int scsi_low_init(struct scsi_low_softc *, u_int);
194 static void scsi_low_start(struct scsi_low_softc *);
[all …]
/freebsd-12-stable/sys/dev/nsp/
Dnsp.c203 struct scsi_low_softc *slp = &sc->sc_sclow; in nsp_expect_signal()
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 …]
Dnspvar.h46 struct scsi_low_softc sc_sclow; /* generic data */
Dnsp_pccard.c267 struct scsi_low_softc *slp; in nspattach()
/freebsd-12-stable/sys/dev/stg/
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; in stg_negate_signal()
685 struct scsi_low_softc *slp = &sc->sc_sclow; in stg_expect_signal()
759 struct scsi_low_softc *slp = &sc->sc_sclow;
841 struct scsi_low_softc *slp = &sc->sc_sclow;
[all …]
Dtmc18c30var.h47 struct scsi_low_softc sc_sclow; /* generic data */
Dtmc18c30_subr.c142 struct scsi_low_softc *slp; in stg_attach()
/freebsd-12-stable/sys/dev/ncv/
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;
816 ti = scsi_low_reselected((struct scsi_low_softc *) sc, sid);
832 struct scsi_low_softc *slp = &sc->sc_sclow;
[all …]
Dncr53c500var.h45 struct scsi_low_softc sc_sclow; /* generic data */
Dncr53c500_pccard.c327 struct scsi_low_softc *slp; in ncvattach()