Home
last modified time | relevance | path

Searched defs:irq_routing_table (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/include/asm/
A Dpci_x86.h78 struct irq_routing_table { struct
79 u32 signature; /* PIRQ_SIGNATURE should be here */
80 u16 version; /* PIRQ_VERSION */
81 u16 size; /* Table size in bytes */
82 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */
83 u16 exclusive_irqs; /* IRQs devoted exclusively to
85 u16 rtr_vendor, rtr_device; /* Vendor and device ID of
87 u32 miniport_data; /* Crap */
88 u8 rfu[11];
89 u8 checksum; /* Modulo 256 checksum must give 0 */
[all …]

Completed in 4 milliseconds