Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dversion.map7 rte_vhost_driver_disable_features;
H A Drte_vhost.h500 int rte_vhost_driver_disable_features(const char *path, uint64_t features);
H A Dsocket.c628 rte_vhost_driver_disable_features(const char *path, uint64_t features) in rte_vhost_driver_disable_features() function
/f-stack/dpdk/examples/vhost/
H A Dmain.c1609 rte_vhost_driver_disable_features(file, in main()
1614 rte_vhost_driver_disable_features(file, in main()
1619 rte_vhost_driver_disable_features(file, in main()
1621 rte_vhost_driver_disable_features(file, in main()
1623 rte_vhost_driver_disable_features(file, in main()
1625 rte_vhost_driver_disable_features(file, in main()
/f-stack/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c1015 if (rte_vhost_driver_disable_features(internal->iface_name, in vhost_driver_setup()