Searched refs:dma_map_sg_attrs (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/compat/linuxkpi/common/include/linux/ |
| HD | dma-mapping.h | 177 dma_map_sg_attrs(struct device *dev, struct scatterlist *sgl, int nents, in dma_map_sg_attrs() function 268 #define dma_map_sg(d, s, n, r) dma_map_sg_attrs(d, s, n, r, NULL)
|
| /NextBSD/sys/ofed/include/rdma/ |
| HD | ib_verbs.h | 2455 return dma_map_sg_attrs(dev->dma_device, sg, nents, direction, attrs); in ib_dma_map_sg_attrs()
|