Home
last modified time | relevance | path

Searched refs:mlx5_common_dev_dma_unmap (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/common/mlx5/
H A Dmlx5_common_private.h23 int mlx5_common_dev_dma_unmap(struct rte_device *dev, void *addr, uint64_t iova,
H A Dmlx5_common_pci.c187 return mlx5_common_dev_dma_unmap(&pci_dev->device, addr, iova, len); in mlx5_common_pci_dma_unmap()
H A Dmlx5_common.c1126 mlx5_common_dev_dma_unmap(struct rte_device *rte_dev, void *addr, in mlx5_common_dev_dma_unmap() function
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_auxiliary.c167 return mlx5_common_dev_dma_unmap(&auxiliary_dev->device, addr, iova, in mlx5_common_auxiliary_dma_unmap()