Home
last modified time | relevance | path

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

/dpdk/lib/eal/include/
H A Drte_vfio.h329 rte_vfio_container_dma_map(int container_fd, uint64_t vaddr,
/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_hw.c69 ret = rte_vfio_container_dma_map(sva->vfio_container_fd, in sfc_vdpa_dma_alloc()
145 rc = rte_vfio_container_dma_map(vfio_container_fd, in sfc_vdpa_dma_map()
/dpdk/lib/eal/
H A Dversion.map275 rte_vfio_container_dma_map;
/dpdk/lib/eal/windows/
H A Deal.c495 rte_vfio_container_dma_map(__rte_unused int container_fd, in rte_vfio_container_dma_map() function
/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c210 ret = rte_vfio_container_dma_map(vfio_container_fd, in ifcvf_dma_map()
610 ret = rte_vfio_container_dma_map(internal->vfio_container_fd, in m_ifcvf_start()
973 rte_vfio_container_dma_map(internal->vfio_container_fd, in ifcvf_set_features()
/dpdk/lib/eal/freebsd/
H A Deal.c1016 rte_vfio_container_dma_map(__rte_unused int container_fd, in rte_vfio_container_dma_map() function
/dpdk/drivers/bus/pci/
H A Dpci_common.c630 return rte_vfio_container_dma_map in pci_dma_map()
/dpdk/doc/guides/rel_notes/
H A Drelease_19_05.rst223 * vfio: Functions ``rte_vfio_container_dma_map`` and
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.c2164 rte_vfio_container_dma_map(int container_fd, uint64_t vaddr, uint64_t iova, in rte_vfio_container_dma_map() function
/dpdk/lib/vhost/
H A Dvhost_user.c126 ret = rte_vfio_container_dma_map(RTE_VFIO_DEFAULT_CONTAINER_FD, in async_dma_map()