Lines Matching refs:dmamap_xfer
548 0, BUS_DMA_NOWAIT|BUS_DMA_ALLOCNOW, &scb->dmamap_xfer);
550 aprint_error_dev(sc->sc_dev, "can't create scb dmamap_xfer\n");
563 bus_dmamap_destroy(dmat, scb->dmamap_xfer);
781 bus_dmamap_sync(dmat, scb->dmamap_xfer, 0,
782 scb->dmamap_xfer->dm_mapsize,
785 bus_dmamap_unload(dmat, scb->dmamap_xfer);
1149 scb->dmamap_xfer, (struct uio *)xs->data,
1157 scb->dmamap_xfer, xs->data, xs->datalen,
1182 bus_dmamap_sync(dmat, scb->dmamap_xfer, 0,
1183 scb->dmamap_xfer->dm_mapsize,
1193 seg < scb->dmamap_xfer->dm_nsegs; seg++) {
1194 ltophys(scb->dmamap_xfer->dm_segs[seg].ds_addr,
1196 ltophys(scb->dmamap_xfer->dm_segs[seg].ds_len,
1215 ltophys(scb->dmamap_xfer->dm_segs[0].ds_addr,
1217 ltophys(scb->dmamap_xfer->dm_segs[0].ds_len,