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

/linux-master/drivers/pci/hotplug/
H A Dcpqphp_core.c40 struct irq_routing_table *cpqhp_routing_table; variable in typeref:struct:irq_routing_table
145 cpqhp_routing_table = pcibios_get_irq_routing_table();
146 if (cpqhp_routing_table == NULL)
151 kfree(cpqhp_routing_table);
152 cpqhp_routing_table = NULL;
170 tbus = cpqhp_routing_table->slots[loop].bus;
171 tdevice = cpqhp_routing_table->slots[loop].devfn;
172 tslot = cpqhp_routing_table->slots[loop].slot;
321 tbus = cpqhp_routing_table->slots[loop].bus;
322 tdevice = cpqhp_routing_table
[all...]
H A Dcpqphp.h437 extern struct irq_routing_table *cpqhp_routing_table;
724 BUG_ON(cpqhp_routing_table == NULL);
725 return ((cpqhp_routing_table->size - sizeof(struct irq_routing_table)) /
H A Dcpqphp_pci.c247 tbus = cpqhp_routing_table->slots[loop].bus;
248 tdevice = cpqhp_routing_table->slots[loop].devfn;
249 tslot = cpqhp_routing_table->slots[loop].slot;

Completed in 120 milliseconds