Home
last modified time | relevance | path

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

/linux/arch/x86/pci/
A Dpcbios.c353 struct irq_routing_table * pcibios_get_irq_routing_table(void) in pcibios_get_irq_routing_table()
356 struct irq_routing_table *rt = NULL; in pcibios_get_irq_routing_table()
391 rt = kmalloc(sizeof(struct irq_routing_table) + opt.size, GFP_KERNEL); in pcibios_get_irq_routing_table()
393 memset(rt, 0, sizeof(struct irq_routing_table)); in pcibios_get_irq_routing_table()
394 rt->size = opt.size + sizeof(struct irq_routing_table); in pcibios_get_irq_routing_table()
A Dirq.c31 static struct irq_routing_table *pirq_table;
73 struct irq_routing_table *rt; in pirq_check_routing_table()
77 rt = (struct irq_routing_table *) addr; in pirq_check_routing_table()
81 rt->size < sizeof(struct irq_routing_table)) in pirq_check_routing_table()
100 static struct irq_routing_table * __init pirq_find_routing_table(void) in pirq_find_routing_table()
103 struct irq_routing_table *rt; in pirq_find_routing_table()
127 struct irq_routing_table *rt = pirq_table; in pirq_peer_trick()
1089 struct irq_routing_table *rt = pirq_table; in pirq_find_router()
1136 struct irq_routing_table *rt = pirq_table; in pirq_get_info()
1137 int entries = (rt->size - sizeof(struct irq_routing_table)) / in pirq_get_info()
[all …]
/linux/arch/x86/include/asm/
A Dpci.h92 struct irq_routing_table *pcibios_get_irq_routing_table(void);
A Dpci_x86.h78 struct irq_routing_table { struct
/linux/drivers/pci/hotplug/
A Dcpqphp.h437 extern struct irq_routing_table *cpqhp_routing_table;
725 return ((cpqhp_routing_table->size - sizeof(struct irq_routing_table)) / in cpqhp_routing_table_length()
A Dibmphp_core.c122 struct irq_routing_table *rtable; in ibmphp_init_devno()
133 len = (rtable->size - sizeof(struct irq_routing_table)) / in ibmphp_init_devno()
A Dcpqphp_core.c40 struct irq_routing_table *cpqhp_routing_table;

Completed in 20 milliseconds