Home
last modified time | relevance | path

Searched refs:cpqhp_routing_table (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/pci/hotplug/
Dcpqphp_core.c40 struct irq_routing_table *cpqhp_routing_table; variable
147 cpqhp_routing_table = pcibios_get_irq_routing_table(); in init_cpqhp_routing_table()
148 if (cpqhp_routing_table == NULL) in init_cpqhp_routing_table()
153 kfree(cpqhp_routing_table); in init_cpqhp_routing_table()
154 cpqhp_routing_table = NULL; in init_cpqhp_routing_table()
172 tbus = cpqhp_routing_table->slots[loop].bus; in pci_print_IRQ_route()
173 tdevice = cpqhp_routing_table->slots[loop].devfn; in pci_print_IRQ_route()
174 tslot = cpqhp_routing_table->slots[loop].slot; in pci_print_IRQ_route()
325 tbus = cpqhp_routing_table->slots[loop].bus; in get_slot_mapping()
326 tdevice = cpqhp_routing_table->slots[loop].devfn >> 3; in get_slot_mapping()
[all …]
Dcpqphp.h437 extern struct irq_routing_table *cpqhp_routing_table;
719 BUG_ON(cpqhp_routing_table == NULL); in cpqhp_routing_table_length()
720 return ((cpqhp_routing_table->size - sizeof(struct irq_routing_table)) / in cpqhp_routing_table_length()
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()