Searched refs:irq_routing_table (Results 1 – 7 of 7) sorted by relevance
353 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()
33 static struct irq_routing_table *pirq_table;76 struct irq_routing_table *rt; in pirq_check_routing_table()80 rt = (struct irq_routing_table *)addr; in pirq_check_routing_table()84 rt->size < sizeof(struct irq_routing_table) || in pirq_check_routing_table()130 struct irq_routing_table *rt; in pirq_convert_irt_table()176 struct irq_routing_table *rt; in pirq_find_routing_table()210 struct irq_routing_table *rt = pirq_table; in pirq_peer_trick()1268 struct irq_routing_table *rt, in pirq_try_router()1291 struct irq_routing_table *rt = pirq_table; in pirq_find_router()1346 struct irq_routing_table *rt = pirq_table; in pirq_get_dev_info()[all …]
92 struct irq_routing_table *pcibios_get_irq_routing_table(void);
85 struct irq_routing_table { struct
437 extern struct irq_routing_table *cpqhp_routing_table;725 return ((cpqhp_routing_table->size - sizeof(struct irq_routing_table)) / in cpqhp_routing_table_length()
114 struct irq_routing_table *rtable; in ibmphp_init_devno()125 len = (rtable->size - sizeof(struct irq_routing_table)) / in ibmphp_init_devno()
40 struct irq_routing_table *cpqhp_routing_table;
Completed in 15 milliseconds