Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dvhost-vdpa.c306 if (s->vhost_vdpa.shadow_vqs_enabled == enable) { in vhost_vdpa_net_log_global_enable()
352 if (v->shadow_vqs_enabled) { in vhost_vdpa_net_data_start_first()
367 v->shadow_vqs_enabled = true; in vhost_vdpa_net_data_start()
370 v->shadow_vqs_enabled = false; in vhost_vdpa_net_data_start()
379 if (v->shadow_vqs_enabled) { in vhost_vdpa_net_data_start()
541 v->shadow_vqs_enabled = s0->vhost_vdpa.shadow_vqs_enabled; in vhost_vdpa_net_cvq_start()
574 v->shadow_vqs_enabled = true; in vhost_vdpa_net_cvq_start()
578 if (!s->vhost_vdpa.shadow_vqs_enabled) { in vhost_vdpa_net_cvq_start()
623 if (s->vhost_vdpa.shadow_vqs_enabled) { in vhost_vdpa_net_cvq_stop()
1236 if (v->shadow_vqs_enabled) { in vhost_vdpa_net_cvq_load()
[all …]
/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c603 if (dev->migration_blocker == NULL && !v->shadow_vqs_enabled) { in vhost_vdpa_init()
710 if (v->shadow_vqs_enabled) { in vhost_vdpa_host_notifiers_init()
804 if (v->shadow_vqs_enabled) { in vhost_vdpa_set_features()
1203 if (!v->shadow_vqs_enabled) { in vhost_vdpa_svqs_start()
1256 if (!v->shadow_vqs_enabled) { in vhost_vdpa_svqs_stop()
1348 if (v->shadow_vqs_enabled || !vhost_vdpa_first_dev(dev)) { in vhost_vdpa_set_log_base()
1362 if (v->shadow_vqs_enabled) { in vhost_vdpa_set_vring_addr()
1385 if (v->shadow_vqs_enabled) { in vhost_vdpa_set_vring_base()
1402 if (v->shadow_vqs_enabled) { in vhost_vdpa_get_vring_base()
1426 if (v->shadow_vqs_enabled) { in vhost_vdpa_set_vring_kick()
[all …]
/openbmc/qemu/include/hw/virtio/
H A Dvhost-vdpa.h42 bool shadow_vqs_enabled; member