Lines Matching defs:xfer
338 size_t xfer;
356 xfer = uimin(bsc->sc_dmasize, PAGE_SIZE - (pa & (PAGE_SIZE - 1)));
364 xfer--; /* XXXX CHECK THIS !!!! XXXX */
372 xfer = bsc->sc_dmasize = uimin(xfer, sizeof(bsc->sc_alignbuf));
373 NCR_DMA(("bzivsc_dma_setup: align read by %d bytes\n", xfer));
378 while (xfer < bsc->sc_dmasize) {
379 if ((pa + xfer) != kvtop(*addr + xfer))
381 if ((bsc->sc_dmasize - xfer) < PAGE_SIZE)
382 xfer = bsc->sc_dmasize;
384 xfer += PAGE_SIZE;
387 if (xfer != *len)
390 bsc->sc_dmasize = xfer;