Lines Matching defs:tvq
523 struct vhost_virtqueue *tvq,
530 struct vhost_virtqueue *vq = poll_rx ? tvq : rvq;
543 tvq->busyloop_timeout;
556 !vhost_vq_avail_empty(&net->dev, tvq))
579 struct vhost_virtqueue *tvq = &tnvq->vq;
581 int r = vhost_get_vq_desc(tvq, tvq->iov, ARRAY_SIZE(tvq->iov),
584 if (r == tvq->num && tvq->busyloop_timeout) {
586 if (!vhost_sock_zcopy(vhost_vq_get_backend(tvq)))
588 vhost_vq_get_backend(tvq),
591 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, false);
593 r = vhost_get_vq_desc(tvq, tvq->iov, ARRAY_SIZE(tvq->iov),
1021 struct vhost_virtqueue *tvq = &tnvq->vq;
1028 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, true);