Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/
H A Dmlx5_common_private.h21 int mlx5_common_dev_dma_map(struct rte_device *dev, void *addr, uint64_t iova,
H A Dmlx5_common_pci.c180 return mlx5_common_dev_dma_map(&pci_dev->device, addr, iova, len); in mlx5_common_pci_dma_map()
H A Dmlx5_common.c1081 mlx5_common_dev_dma_map(struct rte_device *rte_dev, void *addr, in mlx5_common_dev_dma_map() function
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_auxiliary.c160 return mlx5_common_dev_dma_map(&auxiliary_dev->device, addr, iova, len); in mlx5_common_auxiliary_dma_map()