Searched refs:maxslots (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/sys/powerpc/ofw/ |
| HD | ofw_pcibus.c | 237 int maxslots; in ofw_pcibus_enum_bus() local 243 maxslots = PCIB_MAXSLOTS(pcib); in ofw_pcibus_enum_bus() 244 for (s = 0; s <= maxslots; s++) { in ofw_pcibus_enum_bus()
|
| /freebsd-11-stable/sys/mips/nlm/ |
| HD | xlp_pci.c | 83 int maxslots, s, f, pcifunchigh, irq; in xlp_pci_attach() local 94 maxslots = PCIB_MAXSLOTS(pcib); in xlp_pci_attach() 95 for (s = 0; s <= maxslots; s++) { in xlp_pci_attach()
|
| /freebsd-11-stable/sys/dev/pci/ |
| HD | pcib_if.m | 58 METHOD int maxslots {
|
| HD | pci.c | 4056 int maxslots; in pci_add_children() local 4077 maxslots = PCIB_MAXSLOTS(pcib); in pci_add_children() 4078 for (s = 0; s <= maxslots; s++, first_func = 0) { in pci_add_children() 4100 int devcount, error, i, j, maxslots, oldcount; in pci_rescan_method() local 4121 maxslots = PCIB_MAXSLOTS(pcib); in pci_rescan_method() 4122 for (s = 0; s <= maxslots; s++) { in pci_rescan_method()
|
| /freebsd-11-stable/sys/dev/hyperv/pcib/ |
| HD | vmbus_pcib.c | 612 int devcount, error, i, j, maxslots, oldcount; in pci_rescan() local 633 maxslots = PCIB_MAXSLOTS(pcib); in pci_rescan() 634 for (s = 0; s <= maxslots; s++) { in pci_rescan()
|