Lines Matching refs:rvq
524 struct vhost_virtqueue *rvq, in vhost_net_busy_poll() argument
532 struct vhost_virtqueue *vq = poll_rx ? tvq : rvq; in vhost_net_busy_poll()
542 sock = vhost_vq_get_backend(rvq); in vhost_net_busy_poll()
544 busyloop_timeout = poll_rx ? rvq->busyloop_timeout: in vhost_net_busy_poll()
557 !vhost_vq_avail_empty(&net->dev, rvq)) || in vhost_net_busy_poll()
569 vhost_enable_notify(&net->dev, rvq); in vhost_net_busy_poll()
580 struct vhost_virtqueue *rvq = &rnvq->vq; in vhost_net_tx_get_vq_desc() local
593 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, false); in vhost_net_tx_get_vq_desc()
966 static int peek_head_len(struct vhost_net_virtqueue *rvq, struct sock *sk) in peek_head_len() argument
972 if (rvq->rx_ring) in peek_head_len()
973 return vhost_net_buf_peek(rvq); in peek_head_len()
992 struct vhost_virtqueue *rvq = &rnvq->vq; in vhost_net_rx_peek_head_len() local
996 if (!len && rvq->busyloop_timeout) { in vhost_net_rx_peek_head_len()
1000 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, true); in vhost_net_rx_peek_head_len()