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

/linux-4.1.27/drivers/pci/hotplug/
H A Dcpqphp_core.c54 struct irq_routing_table *cpqhp_routing_table; variable in typeref:struct:irq_routing_table
161 cpqhp_routing_table = pcibios_get_irq_routing_table(); init_cpqhp_routing_table()
162 if (cpqhp_routing_table == NULL) init_cpqhp_routing_table()
167 kfree(cpqhp_routing_table); init_cpqhp_routing_table()
168 cpqhp_routing_table = NULL; init_cpqhp_routing_table()
186 tbus = cpqhp_routing_table->slots[loop].bus; pci_print_IRQ_route()
187 tdevice = cpqhp_routing_table->slots[loop].devfn; pci_print_IRQ_route()
188 tslot = cpqhp_routing_table->slots[loop].slot; pci_print_IRQ_route()
348 tbus = cpqhp_routing_table->slots[loop].bus; get_slot_mapping()
349 tdevice = cpqhp_routing_table->slots[loop].devfn >> 3; get_slot_mapping()
350 tslot = cpqhp_routing_table->slots[loop].slot; get_slot_mapping()
H A Dcpqphp.h451 extern struct irq_routing_table *cpqhp_routing_table;
733 BUG_ON(cpqhp_routing_table == NULL); cpqhp_routing_table_length()
734 return ((cpqhp_routing_table->size - sizeof(struct irq_routing_table)) / cpqhp_routing_table_length()
H A Dcpqphp_pci.c252 tbus = cpqhp_routing_table->slots[loop].bus; PCI_GetBusDevHelper()
253 tdevice = cpqhp_routing_table->slots[loop].devfn; PCI_GetBusDevHelper()
254 tslot = cpqhp_routing_table->slots[loop].slot; PCI_GetBusDevHelper()

Completed in 96 milliseconds