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

/freebsd-13-stable/sys/i386/pci/
H A Dpci_pir.c103 static struct PIR_table *pci_route_table; variable in typeref:struct:PIR_table
138 if (pci_route_table != NULL)
160 pci_route_table = pt;
221 entry = &pci_route_table->pt_entry[0];
494 if (pci_route_table == NULL)
524 pci_route_table->pt_header.ph_pci_irqs);
644 if (pci_route_table == NULL || (require_parse && !pir_parsed))
647 if (pci_route_table->pt_entry[i].pe_bus == bus)

Completed in 66 milliseconds