Home
last modified time | relevance | path

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

/freebsd/sys/i386/pci/
H A Dpci_pir.c100 static struct PIR_table *pci_route_table; variable
135 if (pci_route_table != NULL) in pci_pir_open()
157 pci_route_table = pt; in pci_pir_open()
218 entry = &pci_route_table->pt_entry[0]; in pci_pir_walk_table()
491 if (pci_route_table == NULL) in pci_pir_route_interrupt()
521 pci_route_table->pt_header.ph_pci_irqs); in pci_pir_route_interrupt()
641 if (pci_route_table == NULL || (require_parse && !pir_parsed)) in pci_pir_probe()
644 if (pci_route_table->pt_entry[i].pe_bus == bus) in pci_pir_probe()