Home
last modified time | relevance | path

Searched refs:cpqhp_routing_table (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dcpqphp_core.c40 struct irq_routing_table *cpqhp_routing_table; variable
145 cpqhp_routing_table = pcibios_get_irq_routing_table(); in init_cpqhp_routing_table()
146 if (cpqhp_routing_table == NULL) in init_cpqhp_routing_table()
151 kfree(cpqhp_routing_table); in init_cpqhp_routing_table()
152 cpqhp_routing_table = NULL; in init_cpqhp_routing_table()
170 tbus = cpqhp_routing_table->slots[loop].bus; in pci_print_IRQ_route()
171 tdevice = cpqhp_routing_table->slots[loop].devfn; in pci_print_IRQ_route()
172 tslot = cpqhp_routing_table->slots[loop].slot; in pci_print_IRQ_route()
320 tbus = cpqhp_routing_table->slots[loop].bus; in get_slot_mapping()
321 tdevice = cpqhp_routing_table in get_slot_mapping()
[all...]
H A Dcpqphp.h437 extern struct irq_routing_table *cpqhp_routing_table;
724 BUG_ON(cpqhp_routing_table == NULL); in cpqhp_routing_table_length()
725 return ((cpqhp_routing_table->size - sizeof(struct irq_routing_table)) / in cpqhp_routing_table_length()
H A Dcpqphp_pci.c245 tbus = cpqhp_routing_table->slots[loop].bus; in PCI_GetBusDevHelper()
246 tdevice = cpqhp_routing_table->slots[loop].devfn; in PCI_GetBusDevHelper()
247 tslot = cpqhp_routing_table->slots[loop].slot; in PCI_GetBusDevHelper()
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dcpqphp_core.c40 struct irq_routing_table *cpqhp_routing_table; variable
145 cpqhp_routing_table = pcibios_get_irq_routing_table(); in init_cpqhp_routing_table()
146 if (cpqhp_routing_table == NULL) in init_cpqhp_routing_table()
151 kfree(cpqhp_routing_table); in init_cpqhp_routing_table()
152 cpqhp_routing_table = NULL; in init_cpqhp_routing_table()
170 tbus = cpqhp_routing_table->slots[loop].bus; in pci_print_IRQ_route()
171 tdevice = cpqhp_routing_table->slots[loop].devfn; in pci_print_IRQ_route()
172 tslot = cpqhp_routing_table->slots[loop].slot; in pci_print_IRQ_route()
321 tbus = cpqhp_routing_table->slots[loop].bus; in get_slot_mapping()
322 tdevice = cpqhp_routing_table in get_slot_mapping()
[all...]
H A Dcpqphp.h437 extern struct irq_routing_table *cpqhp_routing_table;
724 BUG_ON(cpqhp_routing_table == NULL); in cpqhp_routing_table_length()
725 return ((cpqhp_routing_table->size - sizeof(struct irq_routing_table)) / in cpqhp_routing_table_length()
H A Dcpqphp_pci.c247 tbus = cpqhp_routing_table->slots[loop].bus; in PCI_GetBusDevHelper()
248 tdevice = cpqhp_routing_table->slots[loop].devfn; in PCI_GetBusDevHelper()
249 tslot = cpqhp_routing_table->slots[loop].slot; in PCI_GetBusDevHelper()

Completed in 9 milliseconds