Searched refs:dma_iova_sync (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/dma-buf/ |
| H A D | dma-buf-mapping.c | 170 ret = dma_iova_sync(attach->dev, dma->state, 0, mapped_len); in dma_buf_phys_vec_to_sgt()
|
| /linux/include/linux/ |
| H A D | dma-mapping.h | 381 int dma_iova_sync(struct device *dev, struct dma_iova_state *state, 408 static inline int dma_iova_sync(struct device *dev, in dma_iova_sync() function
|
| /linux/block/ |
| H A D | blk-mq-dma.c | 128 error = dma_iova_sync(dma_dev, state, 0, mapped); in blk_rq_dma_map_iova()
|
| /linux/net/core/ |
| H A D | tso.c | 131 if (dma_iova_sync(dev, &map->iova_state, 0, total_len)) in tso_dma_iova_try()
|
| /linux/drivers/iommu/ |
| H A D | dma-iommu.c | 2025 int dma_iova_sync(struct device *dev, struct dma_iova_state *state, in dma_iova_sync() function 2039 EXPORT_SYMBOL_GPL(dma_iova_sync);
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_pagemap.c | 381 return dma_iova_sync(dev, &state->dma_state, 0, state->offset); in drm_pagemap_migrate_map_system_pages()
|
| /linux/drivers/infiniband/core/ |
| H A D | rw.c | 523 ret = dma_iova_sync(dma_dev, &ctx->iova.state, 0, mapped_len); in rdma_rw_init_iova_wrs_bvec()
|
| /linux/Documentation/core-api/ |
| H A D | dma-api.rst | 517 int dma_iova_sync(struct device *dev, struct dma_iova_state *state,
|