Searched refs:OSIOP_NODMA (Results 1 – 2 of 2) sorted by relevance
228 #define OSIOP_NODMA 0x02 /* No DMA transfer */ macro
430 if ((acb->xsflags & SCSI_POLL) || (sc->sc_flags & OSIOP_NODMA))734 if (((acb->xsflags & SCSI_POLL) == 0) && ((sc->sc_flags & OSIOP_NODMA) == 0))793 sc->sc_flags |= OSIOP_NODMA;1693 if (acb->xsflags & SCSI_POLL || sc->sc_flags & OSIOP_NODMA) {