Lines Matching defs:tvq
520 struct vhost_virtqueue *tvq,
527 struct vhost_virtqueue *vq = poll_rx ? tvq : rvq;
540 tvq->busyloop_timeout;
553 !vhost_vq_avail_empty(&net->dev, tvq))
576 struct vhost_virtqueue *tvq = &tnvq->vq;
578 int r = vhost_get_vq_desc(tvq, tvq->iov, ARRAY_SIZE(tvq->iov),
581 if (r == tvq->num && tvq->busyloop_timeout) {
583 if (!vhost_sock_zcopy(vhost_vq_get_backend(tvq)))
585 vhost_vq_get_backend(tvq),
588 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, false);
590 r = vhost_get_vq_desc(tvq, tvq->iov, ARRAY_SIZE(tvq->iov),
1012 struct vhost_virtqueue *tvq = &tnvq->vq;
1019 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, true);