Skip to content

Struct opae_vfio_device_irq

ClassList > opae_vfio_device_irq

Interrupt info. More...

  • #include <vfio.h>

Public Attributes

Type Name
uint32_t count
Number of IRQs at this index.
int32_t * event_fds
Event file descriptors.
uint32_t flags
Flags.
uint32_t index
The IRQ index.
int32_t * masks
IRQ masks.
struct opae_vfio_device_irq * next
Pointer to next in list.

Detailed Description

Describes an interrupt capability.

Public Attributes Documentation

variable count

uint32_t opae_vfio_device_irq::count;

variable event_fds

int32_t* opae_vfio_device_irq::event_fds;

variable flags

Flags.

uint32_t opae_vfio_device_irq::flags;

See struct vfio_irq_info.

variable index

uint32_t opae_vfio_device_irq::index;

variable masks

int32_t* opae_vfio_device_irq::masks;

variable next

struct opae_vfio_device_irq* opae_vfio_device_irq::next;

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