Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dvhost_user.c350 if (dev->flags & VIRTIO_DEV_RUNNING) { in vhost_user_set_features()
616 if (dev->flags & VIRTIO_DEV_RUNNING) in numa_realloc()
1476 if (!(dev->flags & VIRTIO_DEV_RUNNING)) in virtio_is_ready()
3059 if (!(dev->flags & VIRTIO_DEV_RUNNING)) { in vhost_user_msg_handler()
3061 dev->flags |= VIRTIO_DEV_RUNNING; in vhost_user_msg_handler()
H A Dvhost.c700 if (dev->flags & VIRTIO_DEV_RUNNING) { in vhost_destroy_device_notify()
704 dev->flags &= ~VIRTIO_DEV_RUNNING; in vhost_destroy_device_notify()
H A Dvhost.h29 #define VIRTIO_DEV_RUNNING ((uint32_t)1 << 0) macro