Home
last modified time | relevance | path

Searched refs:rte_vhost_get_log_base (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/vhost/
H A Dversion.map39 rte_vhost_get_log_base;
H A Drte_vhost.h965 rte_vhost_get_log_base(int vid, uint64_t *log_base, uint64_t *log_size);
H A Dvhost.c1502 rte_vhost_get_log_base(int vid, uint64_t *log_base, in rte_vhost_get_log_base() function
/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c327 rte_vhost_get_log_base(internal->vid, &log_base, &log_size); in vdpa_ifcvf_stop()
972 rte_vhost_get_log_base(vid, &log_base, &log_size); in ifcvf_set_features()
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c174 ret = rte_vhost_get_log_base(vid, &log_base, &log_size); in mlx5_vdpa_features_set()