Searched refs:rte_vhost_driver_start (Results 1 – 11 of 11) sorted by relevance
33 rte_vhost_driver_start;
626 int rte_vhost_driver_start(const char *path);
1101 rte_vhost_driver_start(const char *path) in rte_vhost_driver_start() function
1422 return rte_vhost_driver_start(path); in rte_vhost_crypto_driver_start()
195 if (rte_vhost_driver_start(socket_path) < 0) in start_vdpa()
899 ret = rte_vhost_driver_start(dev_pathname); in main()
183 * ``rte_vhost_driver_start(path)``
1936 if (rte_vhost_driver_start(file) < 0) { in main()
1041 if (rte_vhost_driver_start(internal->iface_name) < 0) { in vhost_driver_setup()
384 ``rte_vhost_driver_start`` should be used, and there is no need to create
515 instead of ``rte_vhost_driver_start`` by crypto applications.