Searched refs:rte_vhost_device_ops (Results 1 – 11 of 11) sorted by relevance
107 extern struct rte_vhost_device_ops vhost_blk_device_ops;
756 struct rte_vhost_device_ops vhost_blk_device_ops = {
271 struct rte_vhost_device_ops { struct613 struct rte_vhost_device_ops const * const ops);
60 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 *
468 struct rte_vhost_device_ops const *notify_ops;789 struct rte_vhost_device_ops const *vhost_driver_callback_get(const char *path);
156 static const struct rte_vhost_device_ops vdpa_sample_devops = {
366 static const struct rte_vhost_device_ops virtio_crypto_device_ops = {
236 (i.e., struct rte_vhost_device_ops).256 (i.e., struct rte_vhost_device_ops).
1675 static const struct rte_vhost_device_ops virtio_net_device_ops =
989 static struct rte_vhost_device_ops vhost_ops = {
562 * vhost: rename ``struct vhost_device_ops`` to ``struct rte_vhost_device_ops``.