Module virtqueue

Source

Structs§

AvailableRing
Descriptor
DescriptorFlags
Mapped
Represents an area of physical memory that has been mapped into the virtual address space (if relevant).
UsedRing
UsedRingElement
Virtqueue
A virtqueue is the mechanism used for bulk data transport to and from Virtio devices. We use the split virtqueue representation - the first format of virtqueue supported by Virtio.

Traits§

Mapper