Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dosiopvar.h228 #define OSIOP_NODMA 0x02 /* No DMA transfer */ macro
H A Dosiop.c430 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) {