Searched refs:aic_poll (Results 1 – 1 of 1) sorted by relevance
158 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