Searched refs:vq_ring_ready (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/beri/virtio/
H A Dvirtio.h61 int vq_ring_ready(struct vqueue_info *vq);
H A Dvirtio.c75 vq_ring_ready(struct vqueue_info *vq) function
85 return (vq_ring_ready(vq) && vq->vq_last_avail !=
H A Dvirtio_block.c282 if (!vq_ring_ready(vq))
/freebsd-11-stable/usr.sbin/bhyve/
H A Dvirtio.h414 vq_ring_ready(struct vqueue_info *vq) function
428 return (vq_ring_ready(vq) && vq->vq_last_avail !=
/freebsd-11-stable/sys/dev/beri/virtio/network/
H A Dif_vtbe.c170 if (!vq_ring_ready(vq))
444 if (!vq_ring_ready(vq))

Completed in 169 milliseconds