tvq 510 drivers/vhost/net.c struct vhost_virtqueue *tvq, tvq 517 drivers/vhost/net.c struct vhost_virtqueue *vq = poll_rx ? tvq : rvq; tvq 530 drivers/vhost/net.c tvq->busyloop_timeout; tvq 543 drivers/vhost/net.c !vhost_vq_avail_empty(&net->dev, tvq)) tvq 566 drivers/vhost/net.c struct vhost_virtqueue *tvq = &tnvq->vq; tvq 568 drivers/vhost/net.c int r = vhost_get_vq_desc(tvq, tvq->iov, ARRAY_SIZE(tvq->iov), tvq 571 drivers/vhost/net.c if (r == tvq->num && tvq->busyloop_timeout) { tvq 573 drivers/vhost/net.c if (!vhost_sock_zcopy(tvq->private_data)) tvq 574 drivers/vhost/net.c vhost_tx_batch(net, tnvq, tvq->private_data, msghdr); tvq 576 drivers/vhost/net.c vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, false); tvq 578 drivers/vhost/net.c r = vhost_get_vq_desc(tvq, tvq->iov, ARRAY_SIZE(tvq->iov), tvq 1001 drivers/vhost/net.c struct vhost_virtqueue *tvq = &tnvq->vq; tvq 1008 drivers/vhost/net.c vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, true);