Home
last modified time | relevance | path

Searched refs:aic_poll (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/dev/ic/
Daic6360.c158 int aic_poll(struct aic_softc *, struct scsi_xfer *, int);
521 if (aic_poll(sc, xs, acb->timeout)) { in aic_scsi_cmd()
523 if (aic_poll(sc, xs, acb->timeout)) in aic_scsi_cmd()
532 aic_poll(struct aic_softc *sc, struct scsi_xfer *xs, int count) in aic_poll() function