Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dvhost.h31 #define VIRTIO_DEV_READY ((uint32_t)1 << 1) macro
H A Dvhost_user.c1449 if (dev->flags & VIRTIO_DEV_READY) in virtio_is_ready()
1474 dev->flags |= VIRTIO_DEV_READY; in virtio_is_ready()
2075 dev->flags &= ~VIRTIO_DEV_READY; in vhost_user_get_vring_base()
H A Dvhost.c805 if (!(dev->flags & VIRTIO_DEV_READY)) in rte_vhost_get_mtu()