search for: c193ccf

Displaying 2 results from an estimated 2 matches for "c193ccf".

Did you mean: c1930c1
2012 Apr 18
3
[RFC PATCH] virtio_console: link vq to port with a private pointer in struct virtqueue
...= portdev->in_vqs[port->id]; port->out_vq = portdev->out_vqs[port->id]; + port->in_vq->vdev_priv = port; + port->out_vq->vdev_priv = port; fill_queue(port->in_vq, &port->inbuf_lock); diff --git a/include/linux/virtio.h b/include/linux/virtio.h index c193ccf..6b39c1a 100644 --- a/include/linux/virtio.h +++ b/include/linux/virtio.h @@ -14,6 +14,7 @@ * @callback: the function to call when buffers are consumed (can be NULL). * @name: the name of this virtqueue (mainly for debugging) * @vdev: the virtio device this queue was created for. + * @vdev_pr...
2012 Apr 18
3
[RFC PATCH] virtio_console: link vq to port with a private pointer in struct virtqueue
...= portdev->in_vqs[port->id]; port->out_vq = portdev->out_vqs[port->id]; + port->in_vq->vdev_priv = port; + port->out_vq->vdev_priv = port; fill_queue(port->in_vq, &port->inbuf_lock); diff --git a/include/linux/virtio.h b/include/linux/virtio.h index c193ccf..6b39c1a 100644 --- a/include/linux/virtio.h +++ b/include/linux/virtio.h @@ -14,6 +14,7 @@ * @callback: the function to call when buffers are consumed (can be NULL). * @name: the name of this virtqueue (mainly for debugging) * @vdev: the virtio device this queue was created for. + * @vdev_pr...