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

  /src/sys/arch/sgimips/stand/common/
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 13 milliseconds