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

  /src/sys/arch/sgimips/stand/common/
iris_scsi.c 71 int wd33c93_poll(struct wd33c93_softc *, uint8_t *, size_t, uint8_t *,
204 if (wd33c93_poll(sc, cbuf, clen, buf, lenp)) {
206 if (wd33c93_poll(sc, cbuf, clen, buf, lenp)) {
720 wd33c93_poll(struct wd33c93_softc *sc, uint8_t *cbuf, size_t clen, function in typeref:typename:int
  /src/sys/dev/ic/
wd33c93.c 126 int wd33c93_poll (struct wd33c93_softc *, struct wd33c93_acb *);
598 wd33c93_poll(sc, sc->sc_nexus);
613 if (wd33c93_poll(sc, acb)) {
615 if (wd33c93_poll(sc, acb)) /* 2nd retry for ABORT */
1421 wd33c93_poll(struct wd33c93_softc *sc, struct wd33c93_acb *acb) function in typeref:typename:int
1431 printf("wd33c93_poll: LCI; asr:%02x csr:%02x\n",

Completed in 13 milliseconds