Home
last modified time | relevance | path

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

/devicemodel/hw/pci/virtio/
A Dvhost_vsock.c48 if (vhost_vsock->vhost_started) { in vhost_vsock_start()
66 vhost_vsock->vhost_started = true; in vhost_vsock_start()
75 if (!vhost_vsock->vhost_started) { in vhost_vsock_stop()
92 vhost_vsock->vhost_started = false; in vhost_vsock_stop()
114 } else if (vsock->vhost_vsock->vhost_started && in virtio_vsock_set_status()
A Dvirtio_net.c137 bool vhost_started; member
1106 if (!net->vhost_net->vhost_started && in virtio_net_set_status()
1116 } else if (net->vhost_net->vhost_started && in virtio_net_set_status()
1215 if (vhost_net->vhost_started) { in vhost_net_start()
1236 vhost_net->vhost_started = true; in vhost_net_start()
1250 if (!vhost_net->vhost_started) { in vhost_net_stop()
1263 vhost_net->vhost_started = false; in vhost_net_stop()
/devicemodel/include/
A Dvhost_vsock.h51 bool vhost_started; member

Completed in 8 milliseconds