Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dosiopvar.h83 #define OSIOP_MAX_XFER (PAGE_SIZE * (OSIOP_NSG - 1)) macro
85 #define OSIOP_MAX_XFER MAXPHYS macro
Dosiop.c306 err = bus_dmamap_create(sc->sc_dmat, OSIOP_MAX_XFER, OSIOP_NSG,
307 OSIOP_MAX_XFER, 0, BUS_DMA_NOWAIT, &acb->datadma);
366 if (bp->b_bcount > OSIOP_MAX_XFER)
367 bp->b_bcount = OSIOP_MAX_XFER;