Home
last modified time | relevance | path

Searched refs:rte_vhost_get_mem_table (Results 1 – 9 of 9) sorted by relevance

/dpdk/lib/vhost/
H A Dversion.map40 rte_vhost_get_mem_table;
H A Drte_vhost.h767 int rte_vhost_get_mem_table(int vid, struct rte_vhost_memory **mem);
H A Dvhost.c908 rte_vhost_get_mem_table(int vid, struct rte_vhost_memory **mem) in rte_vhost_get_mem_table() function
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_mem.c80 int ret = rte_vhost_get_mem_table(vid, &mem); in mlx5_vdpa_vhost_mem_regions_prepare()
/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_hw.c134 rc = rte_vhost_get_mem_table(ops_data->vid, &vhost_mem); in sfc_vdpa_dma_map()
H A Dsfc_vdpa_ops.c78 if (rte_vhost_get_mem_table(vid, &vhost_mem) < 0) in hva_to_gpa()
/dpdk/examples/vhost/
H A Dvirtio_net.c37 ret = rte_vhost_get_mem_table(vid, &dev->mem); in vs_vhost_net_setup()
/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c192 ret = rte_vhost_get_mem_table(internal->vid, &mem); in ifcvf_dma_map()
241 if (rte_vhost_get_mem_table(vid, &mem) < 0) in hva_to_gpa()
/dpdk/examples/vhost_blk/
H A Dvhost_blk.c681 assert(rte_vhost_get_mem_table(vid, &ctrlr->mem) == 0); in new_device()