Searched defs:irq_routing_table (Results 1 – 2 of 2) sorted by relevance
49 struct irq_routing_table { struct50 u32 signature; /* PIRQ_SIGNATURE should be here */51 u16 version; /* PIRQ_VERSION */52 u16 size; /* Table size in bytes */53 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */54 u16 exclusive_irqs; /* IRQs devoted exclusively to PCI usage */55 u16 rtr_vendor, rtr_device; /* Vendor and device ID of interrupt router */56 u32 miniport_data; /* Crap */57 u8 rfu[11];58 u8 checksum; /* Modulo 256 checksum must give zero */[all …]
74 struct irq_routing_table { struct75 u32 signature; /* PIRQ_SIGNATURE should be here */76 u16 version; /* PIRQ_VERSION */77 u16 size; /* Table size in bytes */78 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */79 u16 exclusive_irqs; /* IRQs devoted exclusively to81 u16 rtr_vendor, rtr_device; /* Vendor and device ID of83 u32 miniport_data; /* Crap */84 u8 rfu[11];85 u8 checksum; /* Modulo 256 checksum must give 0 */[all …]