Searched refs:VQ_ALLOC (Results 1 – 2 of 2) sorted by relevance
404 #define VQ_ALLOC 0x01 /* set once we have a pfn */ macro482 return ((vq->flags & VQ_ALLOC) == VQ_ALLOC); in vq_ring_ready()
422 vq->flags = VQ_ALLOC; in virtio_vq_init()483 vq->flags = VQ_ALLOC; in virtio_vq_enable()
Completed in 10 milliseconds