Lines Matching defs:xfer
347 size_t xfer;
365 xfer = uimin(bsc->sc_dmasize, PAGE_SIZE - (pa & (PAGE_SIZE - 1)));
373 xfer--; /* XXXX CHECK THIS !!!! XXXX */
381 xfer = bsc->sc_dmasize = uimin(xfer, sizeof(bsc->sc_alignbuf));
382 NCR_DMA(("bztzsc_dma_setup: align read by %d bytes\n", xfer));
387 while (xfer < bsc->sc_dmasize) {
388 if ((pa + xfer) != kvtop(*addr + xfer))
390 if ((bsc->sc_dmasize - xfer) < PAGE_SIZE)
391 xfer = bsc->sc_dmasize;
393 xfer += PAGE_SIZE;
396 if (xfer != *len)
399 bsc->sc_dmasize = xfer;