Home
last modified time | relevance | path

Searched refs:dma_map_sg_attrs (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Ddma-mapping.h311 static inline int dma_map_sg_attrs(struct device *dev, struct scatterlist *sg, in dma_map_sg_attrs() function
479 static inline int dma_map_sg_attrs(struct device *dev, struct scatterlist *sg, in dma_map_sg_attrs() function
617 #define dma_map_sg(d, s, n, r) dma_map_sg_attrs(d, s, n, r, 0)
/include/rdma/
Dib_verbs.h4026 return dma_map_sg_attrs(dev->dma_device, sg, nents, direction, in ib_dma_map_sg_attrs()