Lines Matching defs:irq_routing_table
71 struct irq_routing_table { struct
72 u32 signature; /* PIRQ_SIGNATURE should be here */
73 u16 version; /* PIRQ_VERSION */
74 u16 size; /* Table size in bytes */
75 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */
76 u16 exclusive_irqs; /* IRQs devoted exclusively to
78 u16 rtr_vendor, rtr_device; /* Vendor and device ID of
80 u32 miniport_data; /* Crap */
81 u8 rfu[11];
82 u8 checksum; /* Modulo 256 checksum must give 0 */
83 struct irq_info slots[0];