Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.c329 if (dev->flags & VIRTIO_DEV_RUNNING) { in vhost_user_set_features()
492 if (dev->flags & VIRTIO_DEV_RUNNING) in numa_realloc()
1341 if (!(dev->flags & VIRTIO_DEV_RUNNING)) in virtio_is_ready()
2911 if (!(dev->flags & VIRTIO_DEV_RUNNING)) { in vhost_user_msg_handler()
2913 dev->flags |= VIRTIO_DEV_RUNNING; in vhost_user_msg_handler()
H A Dvhost.c681 if (dev->flags & VIRTIO_DEV_RUNNING) { in vhost_destroy_device_notify()
685 dev->flags &= ~VIRTIO_DEV_RUNNING; in vhost_destroy_device_notify()
H A Dvhost.h30 #define VIRTIO_DEV_RUNNING 1 macro