Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dversion.map29 rte_vhost_get_log_base;
H A Drte_vhost.h914 rte_vhost_get_log_base(int vid, uint64_t *log_base, uint64_t *log_size);
H A Dvhost.c1458 int rte_vhost_get_log_base(int vid, uint64_t *log_base, in rte_vhost_get_log_base() function
/f-stack/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c330 rte_vhost_get_log_base(internal->vid, &log_base, &log_size); in vdpa_ifcvf_stop()
969 rte_vhost_get_log_base(vid, &log_base, &log_size); in ifcvf_set_features()
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c172 ret = rte_vhost_get_log_base(vid, &log_base, &log_size); in mlx5_vdpa_features_set()