Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/i386/pci/
Dpci_pir.c101 static struct PIR_table *pci_route_table; variable
145 if (pci_route_table != NULL) in pci_pir_open()
167 pci_route_table = pt; in pci_pir_open()
228 entry = &pci_route_table->pt_entry[0]; in pci_pir_walk_table()
503 if (pci_route_table == NULL) in pci_pir_route_interrupt()
533 pci_route_table->pt_header.ph_pci_irqs); in pci_pir_route_interrupt()
653 if (pci_route_table == NULL || (require_parse && !pir_parsed)) in pci_pir_probe()
656 if (pci_route_table->pt_entry[i].pe_bus == bus) in pci_pir_probe()