Home
last modified time | relevance | path

Searched refs:tvq (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/vhost/
H A Dnet.c525 struct vhost_virtqueue *tvq, in vhost_net_busy_poll() argument
532 struct vhost_virtqueue *vq = poll_rx ? tvq : rvq; in vhost_net_busy_poll()
545 tvq->busyloop_timeout; in vhost_net_busy_poll()
558 !vhost_vq_avail_empty(&net->dev, tvq)) in vhost_net_busy_poll()
581 struct vhost_virtqueue *tvq = &tnvq->vq; in vhost_net_tx_get_vq_desc() local
583 int r = vhost_get_vq_desc(tvq, tvq->iov, ARRAY_SIZE(tvq->iov), in vhost_net_tx_get_vq_desc()
586 if (r == tvq->num && tvq->busyloop_timeout) { in vhost_net_tx_get_vq_desc()
588 if (!vhost_sock_zcopy(vhost_vq_get_backend(tvq))) in vhost_net_tx_get_vq_desc()
590 vhost_vq_get_backend(tvq), in vhost_net_tx_get_vq_desc()
595 r = vhost_get_vq_desc(tvq, tvq->iov, ARRAY_SIZE(tvq->iov), in vhost_net_tx_get_vq_desc()
[all …]