Skip to content

Struct opae_vfio_iova_range

ClassList > opae_vfio_iova_range

IO Virtual Address Range. More...

  • #include <vfio.h>

Public Attributes

Type Name
uint64_t end
End of this range of offsets.
struct opae_vfio_iova_range * next
Pointer to next in list.
uint64_t start
Start of this range of offsets.

Detailed Description

A range of allocatable IOVA offsets. Used for mapping DMA buffers.

Public Attributes Documentation

variable end

uint64_t opae_vfio_iova_range::end;

variable next

struct opae_vfio_iova_range* opae_vfio_iova_range::next;

variable start

uint64_t opae_vfio_iova_range::start;

The documentation for this class was generated from the following file docs/sw/include/opae/vfio.h