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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndpci.c81 static uint pci_busid[SI_PCI_MAXCORES] = { 0, }; variable
113 if (pci_busid[i] == 0) {
114 pci_busid[i] = busid;
115 printf("PCI/PCIe coreunit %d is set to bus %d.\n", i, pci_busid[i]);
118 if (busid == pci_busid[i])
129 if (pci_busid[i] && bus >= pci_busid[i])
144 if (bus == pci_busid[i])
834 bus = pci_busid[coreunit] = coreunit + 1;
948 pci_busid[coreuni
[all...]

Completed in 160 milliseconds