Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dversion.map9 rte_vhost_driver_get_features;
H A Drte_vhost.h512 int rte_vhost_driver_get_features(const char *path, uint64_t *features);
H A Dvhost_user.c272 rte_vhost_driver_get_features(dev->ifname, &features); in vhost_user_get_features()
318 rte_vhost_driver_get_features(dev->ifname, &vhost_features); in vhost_user_set_features()
2033 rte_vhost_driver_get_features(dev->ifname, &features); in vhost_user_get_protocol_features()
H A Dsocket.c692 rte_vhost_driver_get_features(const char *path, uint64_t *features) in rte_vhost_driver_get_features() function