HomeSort by: relevance | last modified time | path
    Searched refs:wd33c93_go (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sgimips/stand/common/
iris_scsictl.c 45 return wd33c93_go(sc, (uint8_t *)&cdb, sizeof(cdb), NULL, NULL);
57 return wd33c93_go(sc, (uint8_t *)&cdb, sizeof(cdb), buf, lenp);
77 wd33c93_go(sc, (uint8_t *)&cdb, sizeof(cdb), buf, lenp);
103 wd33c93_go(sc, (uint8_t *)&cdb, sizeof(cdb), buf, lenp);
iris_machdep.h 57 int wd33c93_go(struct wd33c93_softc *, uint8_t *, size_t, uint8_t *, size_t *);
iris_scsi.c 161 wd33c93_go(struct wd33c93_softc *sc, uint8_t *cbuf, size_t clen, uint8_t *buf, function in typeref:typename:int
199 printf("wd33c93_go: stat == UNKNOWN\n");
  /src/sys/dev/ic/
wd33c93.c 120 int wd33c93_go (struct wd33c93_softc *, struct wd33c93_acb *);
762 if (wd33c93_go(sc, acb) != 0 || acb->xs->error == XS_SELTIMEOUT) {
1309 wd33c93_go(struct wd33c93_softc *sc, struct wd33c93_acb *acb) function in typeref:typename:int
1315 SBIC_DEBUG(ACBS, ("wd33c93_go(%d:%d)\n", sc->target, sc->lun));
1334 SBIC_DEBUG(DMA, ("wd33c93_go dmago:%d(tcnt=%zx) dmaok=%dx\n",
1356 printf("wd33c93_go: LCI asr:%02x csr:%02x\n", asr, csr);
1369 printf("wd33c93_go: done & stat == UNKNOWN\n");

Completed in 18 milliseconds