Home
last modified time | relevance | path

Searched refs:rte_vfio_container_dma_unmap (Results 1 – 11 of 11) sorted by relevance

/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_hw.c103 ret = rte_vfio_container_dma_unmap(sva->vfio_container_fd, in sfc_vdpa_dma_free()
156 rc = rte_vfio_container_dma_unmap(vfio_container_fd, in sfc_vdpa_dma_map()
176 rte_vfio_container_dma_unmap(vfio_container_fd, in sfc_vdpa_dma_map()
/dpdk/lib/eal/include/
H A Drte_vfio.h353 rte_vfio_container_dma_unmap(int container_fd, uint64_t vaddr,
/dpdk/lib/eal/
H A Dversion.map276 rte_vfio_container_dma_unmap;
/dpdk/lib/eal/windows/
H A Deal.c505 rte_vfio_container_dma_unmap(__rte_unused int container_fd, in rte_vfio_container_dma_unmap() function
/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c218 ret = rte_vfio_container_dma_unmap(vfio_container_fd, in ifcvf_dma_map()
328 rte_vfio_container_dma_unmap(internal->vfio_container_fd, in vdpa_ifcvf_stop()
691 rte_vfio_container_dma_unmap(internal->vfio_container_fd, in m_ifcvf_stop()
/dpdk/lib/eal/freebsd/
H A Deal.c1026 rte_vfio_container_dma_unmap(__rte_unused int container_fd, in rte_vfio_container_dma_unmap() function
/dpdk/drivers/bus/pci/
H A Dpci_common.c653 return rte_vfio_container_dma_unmap in pci_dma_unmap()
/dpdk/doc/guides/rel_notes/
H A Drelease_19_05.rst224 ``rte_vfio_container_dma_unmap`` have been extended with an option to
H A Drelease_19_11.rst353 ``rte_vfio_container_dma_map`` and ``rte_vfio_container_dma_unmap`` can
/dpdk/lib/eal/linux/
H A Deal_vfio.c2184 rte_vfio_container_dma_unmap(int container_fd, uint64_t vaddr, uint64_t iova, in rte_vfio_container_dma_unmap() function
/dpdk/lib/vhost/
H A Dvhost_user.c154 ret = rte_vfio_container_dma_unmap(RTE_VFIO_DEFAULT_CONTAINER_FD, in async_dma_map()