Home
last modified time | relevance | path

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

/linux-6.3-rc2/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.c33 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 …]
/linux-6.3-rc2/arch/x86/include/asm/
A Dpci.h92 struct irq_routing_table *pcibios_get_irq_routing_table(void);
A Dpci_x86.h85 struct irq_routing_table { struct
/linux-6.3-rc2/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.c114 struct irq_routing_table *rtable; in ibmphp_init_devno()
125 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 15 milliseconds