Home | History | Annotate | Download | only in common

Lines Matching defs:scsi_softc

69 static int scsiicmd(struct scsi_softc *, int, uint8_t *, int, uint8_t *, int,
72 struct scsi_softc scsi_softc[NSCSI];
82 struct scsi_softc *hs;
90 hs = &scsi_softc[i];
113 if (unit >= NSCSI || scsi_softc[unit].sc_alive == 0)
122 struct scsi_softc *hs;
125 hs = &scsi_softc[unit];
163 scsiabort(struct scsi_softc *hs, volatile struct scsidevice *hd)
166 printf("scsi%d error: scsiabort\n", hs - scsi_softc);
168 scsireset(hs - scsi_softc);
267 scsiicmd(struct scsi_softc *hs, int target, uint8_t *cbuf, int clen,
340 hs - scsi_softc, phase);
375 struct scsi_softc *hs = &scsi_softc[ctlr];
385 struct scsi_softc *hs = &scsi_softc[ctlr];
396 struct scsi_softc *hs = &scsi_softc[ctlr];
407 struct scsi_softc *hs = &scsi_softc[ctlr];
420 struct scsi_softc *hs = &scsi_softc[ctlr];
439 struct scsi_softc *hs = &scsi_softc[ctlr];