Searched refs:dma_unmap_sg_attrs (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | dma-mapping.h | 123 void dma_unmap_sg_attrs(struct device *dev, struct scatterlist *sg, 181 static inline void dma_unmap_sg_attrs(struct device *dev, in dma_unmap_sg_attrs() function 507 dma_unmap_sg_attrs(dev, sgt->sgl, sgt->orig_nents, dir, attrs); in dma_unmap_sgtable() 548 #define dma_unmap_sg(d, s, n, r) dma_unmap_sg_attrs(d, s, n, r, 0)
|
/linux/kernel/dma/ |
H A D | mapping.c | 247 * dma_unmap_sg_attrs() should be used to unmap the buffer with the 302 void dma_unmap_sg_attrs(struct device *dev, struct scatterlist *sg, in dma_unmap_sg_attrs() function 319 EXPORT_SYMBOL(dma_unmap_sg_attrs);
|
/linux/Documentation/core-api/ |
H A D | dma-api.rst | 432 dma_unmap_sg_attrs(struct device *dev, struct scatterlist *sgl,
|
/linux/include/rdma/ |
H A D | ib_verbs.h | 4269 dma_unmap_sg_attrs(dev->dma_device, sg, nents, direction, in ib_dma_unmap_sg_attrs()
|