Searched refs:rte_vhost_driver_set_features (Results 1 – 7 of 7) sorted by relevance
11 rte_vhost_driver_set_features;
469 int rte_vhost_driver_set_features(const char *path, uint64_t features);
671 rte_vhost_driver_set_features(const char *path, uint64_t features) in rte_vhost_driver_set_features() function
1408 ret = rte_vhost_driver_set_features(path, VIRTIO_CRYPTO_FEATURES); in rte_vhost_crypto_driver_start()
803 ret = rte_vhost_driver_set_features(dev_pathname, VHOST_BLK_FEATURES); in vhost_blk_ctrlr_construct()
121 * ``rte_vhost_driver_set_features(path, features)``
1606 rte_vhost_driver_set_features(file, VIRTIO_NET_FEATURES); in main()