Searched refs:VQ_ALLOC (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/beri/virtio/
H A Dvirtio.h45 #define VQ_ALLOC 0x01 /* set once we have a pfn */ macro
H A Dvirtio.c78 return (vq->vq_flags & VQ_ALLOC);
H A Dvirtio_block.c344 vq->vq_flags = VQ_ALLOC;
/freebsd-13-stable/usr.sbin/bhyve/
H A Dvirtio.h389 #define VQ_ALLOC 0x01 /* set once we have a pfn */ macro
425 return (vq->vq_flags & VQ_ALLOC);
H A Dvirtio.c88 * internal pointers, we just clear the VQ_ALLOC flag).
203 vq->vq_flags = VQ_ALLOC;
/freebsd-13-stable/sys/dev/beri/virtio/network/
H A Dif_vtbe.c380 vq->vq_flags = VQ_ALLOC;

Completed in 186 milliseconds