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

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_debug.c249 "PCIE_DEVSTS:\t0x%x\n",
250 pci_config_get16(handle, offset + PCIE_DEVSTS));
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h205 #define PCIE_DEVSTS 0x0A /* Device Status */ macro
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c374 "PCIE_DEVSTS:\t0x%x\n",
375 pci_config_get16(handle, offset + PCIE_DEVSTS));
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie.h44 #define PCIE_DEVSTS 0x0A /* Device Status */ macro
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c524 "PCIE_DEVSTS:\t0x%x\n",
525 pci_config_get16(handle, offset + PCIE_DEVSTS));
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c1514 if ((device_sts = PCIE_CAP_GET(16, bus_p, PCIE_DEVSTS)) !=
1516 PCIE_CAP_PUT(16, bus_p, PCIE_DEVSTS,
H A Dpcie_fault.c571 pcie_regs->pcie_err_status = PCIE_CAP_GET(16, bus_p, PCIE_DEVSTS);
747 PCIE_CAP_PUT(16, bus_p, PCIE_DEVSTS, pcie_regs->pcie_err_status);

Completed in 81 milliseconds