Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvirtio-crypto.h98 uint8_t vhost_started; member
H A Dvirtio-net.h197 uint8_t vhost_started; member
H A Dvirtio.h153 bool vhost_started;
238 /* May be called even when vdev->vhost_started is false */
152 bool vhost_started; global() member
/openbmc/qemu/hw/virtio/
H A Dvirtio-qmp.c778 status->vhost_started = vdev->vhost_started; in qmp_x_query_virtio_status()
812 if (vdev->vhost_started) { in qmp_x_query_virtio_vhost_queue_status()
852 if (!vdev->vhost_started) {
H A Dvirtio-crypto.c1180 if ((virtio_crypto_started(c, status)) == !!c->vhost_started) { in virtio_crypto_vhost_status()
1184 if (!c->vhost_started) { in virtio_crypto_vhost_status()
1187 c->vhost_started = 1; in virtio_crypto_vhost_status()
1192 c->vhost_started = 0; in virtio_crypto_vhost_status()
1196 c->vhost_started = 0; in virtio_crypto_vhost_status()
1214 assert(vcrypto->vhost_started); in virtio_crypto_guest_notifier_mask()
1233 assert(vcrypto->vhost_started); in virtio_crypto_guest_notifier_pending()
H A Dvirtio-hmp-cmds.c123 monitor_printf(mon, " vhost_started: %s\n", in hmp_virtio_status()
124 s->vhost_started ? "true" : "false"); in hmp_virtio_status()
H A Dvhost.c931 if (vdev->vhost_started) { in vhost_toggle_device_iotlb()
2061 vdev->vhost_started = true; in vhost_dev_start()
2172 vdev->vhost_started = false; in do_vhost_dev_stop()
2221 vdev->vhost_started = false; in vhost_supports_device_state()
H A Dvirtio.c3554 vdev->vhost_started = false;
4283 if (vdev->vhost_started) {
/openbmc/qemu/hw/net/
H A Dvirtio-net.c295 !!n->vhost_started) { in virtio_net_vhost_status()
298 if (!n->vhost_started) { in virtio_net_vhost_status()
329 n->vhost_started = 1; in virtio_net_set_vnet_endian_one()
334 n->vhost_started = 0; in virtio_net_set_vnet_endian()
338 n->vhost_started = 0; in virtio_net_set_vnet_endian()
425 virtio_net_started(n, queue_status) && !n->vhost_started; in virtio_net_set_status()
610 if (!nc->peer || !vdev->vhost_started) { in peer_test_vnet_hdr()
2854 if (unlikely(n->vhost_started)) { in virtio_net_tx_timer()
3642 assert(n->vhost_started); in virtio_net_set_netclient_name()
3674 assert(n->vhost_started); in failover_replug_primary()
[all...]
/openbmc/qemu/qapi/
H A Dvirtio.json127 # @vhost-started: VirtIODevice vhost_started flag
/openbmc/qemu/net/
H A Dvhost-vdpa.c352 if (!n->vhost_started) { in vhost_vdpa_net_log_global_enable()