Lines Matching refs:virtqueue
64 /* kick the remote processor, and let it know which virtqueue to poke at */
65 static bool rproc_virtio_notify(struct virtqueue *vq)
78 * rproc_vq_interrupt() - tell remoteproc that a virtqueue is interrupted
80 * @notifyid: index of the signalled virtqueue (unique per this @rproc)
83 * when the remote processor signals that a specific virtqueue has pending
86 * Return: IRQ_NONE if no message was found in the @notifyid virtqueue,
103 static struct virtqueue *rp_find_vq(struct virtio_device *vdev,
105 void (*callback)(struct virtqueue *vq),
114 struct virtqueue *vq;
168 struct virtqueue *vq, *n;
184 struct virtqueue *vqs[],