Home
last modified time | relevance | path

Searched refs:rte_vhost_driver_get_features (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/vhost/
H A Dversion.map26 rte_vhost_driver_get_features;
H A Drte_vhost.h541 int rte_vhost_driver_get_features(const char *path, uint64_t *features);
H A Dvhost_user.c298 rte_vhost_driver_get_features(dev->ifname, &features); in vhost_user_get_features()
340 rte_vhost_driver_get_features(dev->ifname, &vhost_features); in vhost_user_set_features()
2173 rte_vhost_driver_get_features(dev->ifname, &features); in vhost_user_get_protocol_features()
H A Dsocket.c686 rte_vhost_driver_get_features(const char *path, uint64_t *features) in rte_vhost_driver_get_features() function