Home
last modified time | relevance | path

Searched refs:rte_vhost_device_ops (Results 1 – 11 of 11) sorted by relevance

/dpdk/examples/vhost_blk/
H A Dvhost_blk.h107 extern struct rte_vhost_device_ops vhost_blk_device_ops;
H A Dvhost_blk.c756 struct rte_vhost_device_ops vhost_blk_device_ops = {
/dpdk/lib/vhost/
H A Drte_vhost.h271 struct rte_vhost_device_ops { struct
613 struct rte_vhost_device_ops const * const ops);
H A Dsocket.c60 struct rte_vhost_device_ops const *notify_ops;
1075 struct rte_vhost_device_ops const * const ops) in rte_vhost_driver_callback_register()
1088 struct rte_vhost_device_ops const *
H A Dvhost.h468 struct rte_vhost_device_ops const *notify_ops;
789 struct rte_vhost_device_ops const *vhost_driver_callback_get(const char *path);
/dpdk/examples/vdpa/
H A Dmain.c156 static const struct rte_vhost_device_ops vdpa_sample_devops = {
/dpdk/examples/vhost_crypto/
H A Dmain.c366 static const struct rte_vhost_device_ops virtio_crypto_device_ops = {
/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst236 (i.e., struct rte_vhost_device_ops).
256 (i.e., struct rte_vhost_device_ops).
/dpdk/examples/vhost/
H A Dmain.c1675 static const struct rte_vhost_device_ops virtio_net_device_ops =
/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c989 static struct rte_vhost_device_ops vhost_ops = {
/dpdk/doc/guides/rel_notes/
H A Drelease_21_11.rst562 * vhost: rename ``struct vhost_device_ops`` to ``struct rte_vhost_device_ops``.