Searched defs:vfio_irq_info (Results 1 – 4 of 4) sorted by relevance
534 struct vfio_irq_info { struct535 __u32 argsz;536 __u32 flags;541 __u32 index; /* IRQ index */542 __u32 count; /* Number of IRQs within this index */
317 pub struct vfio_irq_info { struct318 pub argsz: u32,319 pub flags: u32,320 pub index: u32,321 pub count: u32,
106309 struct vfio_irq_info { struct106310 __u32 argsz;106311 __u32 flags;106312 __u32 index;106313 __u32 count;