Home
last modified time | relevance | path

Searched refs:dma_unmap_sg (Results 1 – 5 of 5) sorted by relevance

/include/asm-generic/
Ddma-mapping-broken.h51 dma_unmap_sg(struct device *dev, struct scatterlist *sg, int nhwentries,
Dpci-dma-compat.h67 dma_unmap_sg(hwdev == NULL ? NULL : &hwdev->dev, sg, nents, (enum dma_data_direction)direction); in pci_unmap_sg()
Ddma-mapping-common.h177 #define dma_unmap_sg(d, s, n, r) dma_unmap_sg_attrs(d, s, n, r, NULL) macro
/include/linux/
Ddma-mapping.h244 dma_unmap_sg(dev, sgl, nents, dir)
/include/rdma/
Dib_verbs.h1881 dma_unmap_sg(dev->dma_device, sg, nents, direction); in ib_dma_unmap_sg()