Searched refs:dma_map_sg_attrs (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | dma-mapping.h | 160 unsigned int dma_map_sg_attrs(struct device *dev, struct scatterlist *sg, 223 static inline unsigned int dma_map_sg_attrs(struct device *dev, in dma_map_sg_attrs() function 595 #define dma_map_sg(d, s, n, r) dma_map_sg_attrs(d, s, n, r, 0)
|
| /linux/scripts/coccinelle/tests/ |
| H A D | unsigned_lesser_than_zero.cocci | 40 identifier f !~ "^(ata_id_queue_depth|btrfs_copy_from_user|dma_map_sg|dma_map_sg_attrs|fls|fls64|ga…
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_gem_gtt.c | 31 if (dma_map_sg_attrs(obj->base.dev->dev, in i915_gem_gtt_prepare_pages()
|
| /linux/kernel/dma/ |
| H A D | mapping.c | 285 unsigned int dma_map_sg_attrs(struct device *dev, struct scatterlist *sg, in dma_map_sg_attrs() function 295 EXPORT_SYMBOL(dma_map_sg_attrs);
|
| /linux/drivers/vdpa/mlx5/core/ |
| H A D | mr.c | 420 mr->nent = dma_map_sg_attrs(dma, mr->sg_head.sgl, mr->nsg, DMA_BIDIRECTIONAL, 0); in map_direct_mr()
|
| /linux/drivers/nvme/host/ |
| H A D | apple.c | 563 nr_mapped = dma_map_sg_attrs(anv->dev, iod->sg, iod->nents, in apple_nvme_map_data()
|
| /linux/include/rdma/ |
| H A D | ib_verbs.h | 4328 return dma_map_sg_attrs(dev->dma_device, sg, nents, direction, in ib_dma_unmap_sg()
|