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

/freebsd-11-stable/sys/i386/pci/
H A Dpci_pir.c101 static struct PIR_table *pci_route_table; variable in typeref:struct:PIR_table
141 if (pci_route_table != NULL)
163 pci_route_table = pt;
224 entry = &pci_route_table->pt_entry[0];
498 if (pci_route_table == NULL)
528 pci_route_table->pt_header.ph_pci_irqs);
648 if (pci_route_table == NULL || (require_parse && !pir_parsed))
651 if (pci_route_table->pt_entry[i].pe_bus == bus)

Completed in 144 milliseconds