Home
last modified time | relevance | path

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

/linux/drivers/dma-buf/
H A Ddma-buf-mapping.c128 dma_iova_try_alloc(attach->dev, dma->state, 0, size); in dma_buf_phys_vec_to_sgt()
/linux/include/linux/
H A Ddma-mapping.h375 bool dma_iova_try_alloc(struct device *dev, struct dma_iova_state *state,
394 static inline bool dma_iova_try_alloc(struct device *dev, in dma_iova_try_alloc() function
/linux/block/
H A Dblk-mq-dma.c198 dma_iova_try_alloc(dma_dev, state, vec.paddr, total_len)) in blk_dma_map_iter_start()
/linux/net/core/
H A Dtso.c101 if (!dma_iova_try_alloc(dev, &map->iova_state, phys, total_len)) in tso_dma_iova_try()
/linux/drivers/iommu/
H A Ddma-iommu.c1794 bool dma_iova_try_alloc(struct device *dev, struct dma_iova_state *state, in dma_iova_try_alloc() function
1837 EXPORT_SYMBOL_GPL(dma_iova_try_alloc);
/linux/drivers/gpu/drm/
H A Ddrm_pagemap.c349 dma_iova_try_alloc(dev, &state->dma_state, in drm_pagemap_migrate_map_system_pages()
/linux/Documentation/core-api/
H A Ddma-api.rst488 bool dma_iova_try_alloc(struct device *dev, struct dma_iova_state *state,
501 call to dma_iova_try_alloc. This can be useful in the unmap path.
/linux/drivers/infiniband/core/
H A Drw.c505 if (!dma_iova_try_alloc(dma_dev, &ctx->iova.state, in rdma_rw_init_iova_wrs_bvec()