Lines Matching refs:rvq
522 struct vhost_virtqueue *rvq, in vhost_net_busy_poll() argument
530 struct vhost_virtqueue *vq = poll_rx ? tvq : rvq; in vhost_net_busy_poll()
540 sock = vhost_vq_get_backend(rvq); in vhost_net_busy_poll()
542 busyloop_timeout = poll_rx ? rvq->busyloop_timeout: in vhost_net_busy_poll()
555 !vhost_vq_avail_empty(&net->dev, rvq)) || in vhost_net_busy_poll()
567 vhost_enable_notify(&net->dev, rvq); in vhost_net_busy_poll()
578 struct vhost_virtqueue *rvq = &rnvq->vq; in vhost_net_tx_get_vq_desc() local
591 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, false); in vhost_net_tx_get_vq_desc()
994 static int peek_head_len(struct vhost_net_virtqueue *rvq, struct sock *sk) in peek_head_len() argument
1000 if (rvq->rx_ring) in peek_head_len()
1001 return vhost_net_buf_peek(rvq); in peek_head_len()
1020 struct vhost_virtqueue *rvq = &rnvq->vq; in vhost_net_rx_peek_head_len() local
1024 if (!len && rvq->busyloop_timeout) { in vhost_net_rx_peek_head_len()
1028 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, true); in vhost_net_rx_peek_head_len()