Home
last modified time | relevance | path

Searched refs:shadow_vqs_enabled (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c658 if (dev->migration_blocker == NULL && !v->shadow_vqs_enabled) { in vhost_vdpa_init()
766 if (v->shadow_vqs_enabled) { in vhost_vdpa_host_notifiers_init()
860 if (v->shadow_vqs_enabled) { in vhost_vdpa_set_features()
1026 v->shadow_vqs_enabled); in vhost_vdpa_set_dev_vring_base()
1274 if (!v->shadow_vqs_enabled) { in vhost_vdpa_svqs_start()
1327 if (!v->shadow_vqs_enabled) { in vhost_vdpa_svqs_stop()
1388 if (vhost_dev_has_iommu(dev) && (v->shadow_vqs_enabled)) { in vhost_vdpa_dev_start()
1424 if (v->shadow_vqs_enabled || !vhost_vdpa_first_dev(dev)) { in vhost_vdpa_set_log_base()
1438 if (v->shadow_vqs_enabled) { in vhost_vdpa_set_vring_addr()
1461 if (v->shadow_vqs_enabled) { in vhost_vdpa_set_vring_base()
[all …]
/openbmc/qemu/include/hw/virtio/
H A Dvhost-vdpa.h85 bool shadow_vqs_enabled; member
/openbmc/qemu/net/
H A Dvhost-vdpa.c346 if (s->vhost_vdpa.shadow_vqs_enabled == enable) { in vhost_vdpa_net_log_global_enable()
403 v->shadow_vqs_enabled = true; in vhost_vdpa_net_data_start()
405 v->shadow_vqs_enabled = false; in vhost_vdpa_net_data_start()
409 v->shared->shadow_data = v->shadow_vqs_enabled; in vhost_vdpa_net_data_start()
576 v->shadow_vqs_enabled = s0->vhost_vdpa.shadow_vqs_enabled; in vhost_vdpa_net_cvq_start()
609 v->shadow_vqs_enabled = true; in vhost_vdpa_net_cvq_start()
613 if (!s->vhost_vdpa.shadow_vqs_enabled) { in vhost_vdpa_net_cvq_start()
638 if (s->vhost_vdpa.shadow_vqs_enabled) { in vhost_vdpa_net_cvq_stop()
1258 if (v->shadow_vqs_enabled) { in vhost_vdpa_net_cvq_load()
1718 s->vhost_vdpa.shadow_vqs_enabled = svq; in net_vhost_vdpa_init()