Searched refs:rvq (Results 1 – 2 of 2) sorted by relevance
556 struct vhost_virtqueue *rvq, in vhost_net_busy_poll() argument564 struct vhost_virtqueue *vq = poll_rx ? tvq : rvq; in vhost_net_busy_poll()574 sock = vhost_vq_get_backend(rvq); in vhost_net_busy_poll()576 busyloop_timeout = poll_rx ? rvq->busyloop_timeout: in vhost_net_busy_poll()589 !vhost_vq_avail_empty(&net->dev, rvq)) || in vhost_net_busy_poll()601 vhost_enable_notify(&net->dev, rvq); in vhost_net_busy_poll()613 struct vhost_virtqueue *rvq = &rnvq->vq; in vhost_net_tx_get_vq_desc() local626 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, false); in vhost_net_tx_get_vq_desc()1009 static int peek_head_len(struct vhost_net_virtqueue *rvq, struct sock *sk) in peek_head_len() argument1015 if (rvq->rx_ring) in peek_head_len()[all …]
2792 static void skb_recv_done(struct virtqueue *rvq) in skb_recv_done() argument2794 struct virtnet_info *vi = rvq->vdev->priv; in skb_recv_done()2795 struct receive_queue *rq = &vi->rq[vq2rxq(rvq)]; in skb_recv_done()2798 virtqueue_napi_schedule(&rq->napi, rvq); in skb_recv_done()