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

/freebsd-11.0-release/sys/amd64/pci/
H A Dpci_cfgreg.c65 static uint32_t pcie_badslots; variable
127 (bus != 0 || !(1 << slot & pcie_badslots)))
167 (bus != 0 || !(1 << slot & pcie_badslots)))
290 pcie_badslots |= (1 << slot);
/freebsd-11.0-release/sys/i386/pci/
H A Dpci_cfgreg.c83 static uint32_t pcie_badslots; variable
205 (bus != 0 || !(1 << slot & pcie_badslots)))
240 (bus != 0 || !(1 << slot & pcie_badslots)))
594 pcie_badslots |= (1 << slot);

Completed in 108 milliseconds