search for: aa3e584

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

Did you mean: a737584
2010 Sep 29
1
[RFC PATCH] virtio: (Partially) enable suspend/resume support
...rtqueue_detach_unused_buf(struct virtqueue *vq); +u16 virtqueue_get_avail_idx(struct virtqueue *vq); + /** * virtio_device - representation of a device using virtio * @index: unique position on the virtio bus diff --git a/include/linux/virtio_pci.h b/include/linux/virtio_pci.h index 9a3d7c4..aa3e584 100644 --- a/include/linux/virtio_pci.h +++ b/include/linux/virtio_pci.h @@ -55,9 +55,11 @@ /* Vector value used to disable MSI for queue */ #define VIRTIO_MSI_NO_VECTOR 0xffff +#define VIRTIO_PCI_AVAIL_IDX 24 + /* The remaining space is defined by each driver as the per-driver *...
2010 Sep 29
1
[RFC PATCH] virtio: (Partially) enable suspend/resume support
...rtqueue_detach_unused_buf(struct virtqueue *vq); +u16 virtqueue_get_avail_idx(struct virtqueue *vq); + /** * virtio_device - representation of a device using virtio * @index: unique position on the virtio bus diff --git a/include/linux/virtio_pci.h b/include/linux/virtio_pci.h index 9a3d7c4..aa3e584 100644 --- a/include/linux/virtio_pci.h +++ b/include/linux/virtio_pci.h @@ -55,9 +55,11 @@ /* Vector value used to disable MSI for queue */ #define VIRTIO_MSI_NO_VECTOR 0xffff +#define VIRTIO_PCI_AVAIL_IDX 24 + /* The remaining space is defined by each driver as the per-driver *...