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

  /src/sys/dev/ic/
aic6360.c 159 static int aic_poll(struct aic_softc *, struct scsipi_xfer *, int);
551 if (aic_poll(sc, xs, acb->timeout)) {
553 if (aic_poll(sc, xs, acb->timeout))
641 aic_poll(struct aic_softc *sc, struct scsipi_xfer *xs, int count) function in typeref:typename:int
646 AIC_TRACE(("aic_poll "));
aic6360.c 159 static int aic_poll(struct aic_softc *, struct scsipi_xfer *, int);
551 if (aic_poll(sc, xs, acb->timeout)) {
553 if (aic_poll(sc, xs, acb->timeout))
641 aic_poll(struct aic_softc *sc, struct scsipi_xfer *xs, int count) function in typeref:typename:int
646 AIC_TRACE(("aic_poll "));

Completed in 22 milliseconds