Searched refs:vq_has_descs (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/beri/virtio/
H A Dvirtio.h62 int vq_has_descs(struct vqueue_info *vq);
H A Dvirtio.c82 vq_has_descs(struct vqueue_info *vq) function
H A Dvirtio_block.c296 while (vq_has_descs(vq))
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_virtio_net.c308 if (!vq_has_descs(vq)) {
361 } while (vq_has_descs(vq));
505 if (!vq_has_descs(vq)) {
558 } while (vq_has_descs(vq));
628 if (!vq_has_descs(vq))
661 while (sc->resetting || !vq_has_descs(vq)) {
663 if (!sc->resetting && vq_has_descs(vq))
681 } while (vq_has_descs(vq));
H A Dpci_virtio_rnd.c122 while (vq_has_descs(vq)) {
H A Dpci_virtio_console.c396 if (!vq_has_descs(vq)) {
420 } while (vq_has_descs(vq));
544 if (!vq_has_descs(vq))
573 while (vq_has_descs(vq)) {
H A Dvirtio.h425 vq_has_descs(struct vqueue_info *vq) function
459 * a subsequent call to vq_has_descs().
H A Dpci_virtio_block.c290 while (vq_has_descs(vq))
/freebsd-11-stable/sys/dev/beri/virtio/network/
H A Dif_vtbe.c159 if (!vq_has_descs(vq)) {
176 if (!vq_has_descs(vq)) {
450 while (vq_has_descs(vq)) {

Completed in 82 milliseconds