Lines Matching refs:rvq
509 struct vhost_virtqueue *rvq, in vhost_net_busy_poll() argument
517 struct vhost_virtqueue *vq = poll_rx ? tvq : rvq; in vhost_net_busy_poll()
527 sock = rvq->private_data; in vhost_net_busy_poll()
529 busyloop_timeout = poll_rx ? rvq->busyloop_timeout: in vhost_net_busy_poll()
542 !vhost_vq_avail_empty(&net->dev, rvq)) || in vhost_net_busy_poll()
554 vhost_enable_notify(&net->dev, rvq); in vhost_net_busy_poll()
565 struct vhost_virtqueue *rvq = &rnvq->vq; in vhost_net_tx_get_vq_desc() local
576 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, false); in vhost_net_tx_get_vq_desc()
974 static int peek_head_len(struct vhost_net_virtqueue *rvq, struct sock *sk) in peek_head_len() argument
980 if (rvq->rx_ring) in peek_head_len()
981 return vhost_net_buf_peek(rvq); in peek_head_len()
1000 struct vhost_virtqueue *rvq = &rnvq->vq; in vhost_net_rx_peek_head_len() local
1004 if (!len && rvq->busyloop_timeout) { in vhost_net_rx_peek_head_len()
1008 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, true); in vhost_net_rx_peek_head_len()