Home
last modified time | relevance | path

Searched refs:dma_iova_sync (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/dma-buf/
H A Ddma-buf-mapping.c170 ret = dma_iova_sync(attach->dev, dma->state, 0, mapped_len); in dma_buf_phys_vec_to_sgt()
/linux/include/linux/
H A Ddma-mapping.h381 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 Dblk-mq-dma.c128 error = dma_iova_sync(dma_dev, state, 0, mapped); in blk_rq_dma_map_iova()
/linux/net/core/
H A Dtso.c131 if (dma_iova_sync(dev, &map->iova_state, 0, total_len)) in tso_dma_iova_try()
/linux/drivers/iommu/
H A Ddma-iommu.c2025 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 Ddrm_pagemap.c381 return dma_iova_sync(dev, &state->dma_state, 0, state->offset); in drm_pagemap_migrate_map_system_pages()
/linux/drivers/infiniband/core/
H A Drw.c523 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 Ddma-api.rst517 int dma_iova_sync(struct device *dev, struct dma_iova_state *state,