Searched refs:dma_unmap_sg_attrs (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| 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)
|
| /include/rdma/ |
| A D | ib_verbs.h | 4269 dma_unmap_sg_attrs(dev->dma_device, sg, nents, direction, in ib_dma_unmap_sg_attrs()
|
Completed in 21 milliseconds