Searched defs:vfio_irq_info (Results 1 – 2 of 2) sorted by relevance
511 struct vfio_irq_info { struct512 __u32 argsz;513 __u32 flags;518 __u32 index; /* IRQ index */519 __u32 count; /* Number of IRQs within this index */
271 pub struct vfio_irq_info { struct272 pub argsz: u32,273 pub flags: u32,274 pub index: u32,275 pub count: u32,