Lines Matching defs:pciex
42 #include <io/pciex/pcie_nvidia.h>
1867 int pciex = 0;
1932 pciex = 1;
1992 if (!pciex)
1995 if (!pciex)
2013 if (!pciex && (status & PCI_STAT_FBBC))
2016 if (!pciex && (status & PCI_STAT_66MHZ))
2022 if (pciex && slot_valid) {
2036 add_ppb_props(dip, bus, dev, func, pciex, is_pci_bridge);
2064 if (pciex && is_pci_bridge)
2071 revid, classcode, pciex);
2184 * NOTE: For PCI-Express devices "pci" is replaced with "pciex" in 0-6 above
2193 int pciex)
2202 if (pciex) {
2205 (void) snprintf(curr, size, "pciex%x,%x.%x.%x.%x",
2211 (void) snprintf(curr, size, "pciex%x,%x.%x.%x",
2218 (void) snprintf(curr, size, "pciex%x,%x.%x",
2224 (void) snprintf(curr, size, "pciex%x,%x", vendorid, deviceid);
2769 int pciex, ushort_t is_pci_bridge)
2800 dev_type = (pciex && !is_pci_bridge) ? "pciex" : "pci";