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

/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();
162 if (cpqhp_routing_table == NULL)
167 kfree(cpqhp_routing_table);
168 cpqhp_routing_table = NULL;
186 tbus = cpqhp_routing_table->slots[loop].bus;
187 tdevice = cpqhp_routing_table->slots[loop].devfn;
188 tslot = cpqhp_routing_table->slots[loop].slot;
348 tbus = cpqhp_routing_table->slots[loop].bus;
349 tdevice = cpqhp_routing_table
[all...]

Completed in 704 milliseconds