Lines Matching defs:rxq
176 struct vdpasim_virtqueue *rxq = &vdpasim->vqs[0];
187 if (!txq->ready || !rxq->ready)
197 err = vringh_getdesc_iotlb(&rxq->vring, NULL, &rxq->iov,
198 &rxq->head, GFP_ATOMIC);
211 write = vringh_iov_push_iotlb(&rxq->vring, &rxq->iov,
223 vringh_complete_iotlb(&rxq->vring, rxq->head, total_write);
231 if (rxq->cb)
232 rxq->cb(rxq->private);