Searched refs:rte_vhost_driver_set_features (Results 1 – 7 of 7) sorted by relevance
31 rte_vhost_driver_set_features;
498 int rte_vhost_driver_set_features(const char *path, uint64_t features);
665 rte_vhost_driver_set_features(const char *path, uint64_t features) in rte_vhost_driver_set_features() function
1410 ret = rte_vhost_driver_set_features(path, VIRTIO_CRYPTO_FEATURES); in rte_vhost_crypto_driver_start()
817 ret = rte_vhost_driver_set_features(dev_pathname, VHOST_BLK_FEATURES); in vhost_blk_ctrlr_construct()
133 * ``rte_vhost_driver_set_features(path, features)``
1901 rte_vhost_driver_set_features(file, VIRTIO_NET_FEATURES); in main()