Home
last modified time | relevance | path

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

/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDdma-mapping.h177 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/
HDib_verbs.h2455 return dma_map_sg_attrs(dev->dma_device, sg, nents, direction, attrs); in ib_dma_map_sg_attrs()