Home
last modified time | relevance | path

Searched refs:rte_vhost_driver_callback_register (Results 1 – 10 of 10) sorted by relevance

/dpdk/lib/vhost/
H A Dversion.map22 rte_vhost_driver_callback_register;
H A Drte_vhost.h612 int rte_vhost_driver_callback_register(const char *path,
H A Dsocket.c1074 rte_vhost_driver_callback_register(const char *path, in rte_vhost_driver_callback_register() function
/dpdk/examples/vdpa/
H A Dmain.c182 ret = rte_vhost_driver_callback_register(socket_path, in start_vdpa()
/dpdk/examples/vhost_crypto/
H A Dmain.c615 rte_vhost_driver_callback_register(lo->socket_files[j], in main()
/dpdk/doc/guides/rel_notes/
H A Drelease_17_05.rst360 * The vhost API ``rte_vhost_driver_callback_register(ops)`` is reworked to
362 ``rte_vhost_driver_callback_register(path, ops)``.
/dpdk/examples/vhost_blk/
H A Dvhost_blk.c842 rte_vhost_driver_callback_register(dev_pathname, in vhost_blk_ctrlr_construct()
/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst139 * ``rte_vhost_driver_callback_register(path, vhost_device_ops)``
/dpdk/examples/vhost/
H A Dmain.c1929 ret = rte_vhost_driver_callback_register(file, in main()
/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c1035 if (rte_vhost_driver_callback_register(internal->iface_name, in vhost_driver_setup()