Searched refs:rte_vhost_driver_start (Results 1 – 11 of 11) sorted by relevance
12 rte_vhost_driver_start;
585 int rte_vhost_driver_start(const char *path);
1120 rte_vhost_driver_start(const char *path) in rte_vhost_driver_start() function
1420 return rte_vhost_driver_start(path); in rte_vhost_crypto_driver_start()
195 if (rte_vhost_driver_start(socket_path) < 0) in start_vdpa()
886 ret = rte_vhost_driver_start(dev_pathname); in main()
171 * ``rte_vhost_driver_start(path)``
1641 if (rte_vhost_driver_start(file) < 0) { in main()
1026 if (rte_vhost_driver_start(internal->iface_name) < 0) { in vhost_driver_setup()
459 ``rte_vhost_driver_start`` should be used, and there is no need to create
583 instead of ``rte_vhost_driver_start`` by crypto applications.