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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_core.c191 struct irq_routing_table *routing_table; local
197 routing_table = pcibios_get_irq_routing_table();
198 if (routing_table == NULL) {
203 len = (routing_table->size - sizeof(struct irq_routing_table)) /
207 kfree(routing_table);
214 tbus = routing_table->slots[loop].bus;
215 tdevice = routing_table->slots[loop].devfn;
216 tslot = routing_table->slots[loop].slot;
220 kfree(routing_table);

Completed in 19 milliseconds