Searched refs:PCIE_DEVSTS (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_os.h | 205 #define PCIE_DEVSTS 0x0A /* Device Status */
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_debug.c | 250 pci_config_get16(handle, offset + PCIE_DEVSTS)); in pci_dump()
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.c | 375 pci_config_get16(handle, offset + PCIE_DEVSTS)); in ixgbe_pci_dump()
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 525 pci_config_get16(handle, offset + PCIE_DEVSTS)); in pciconfig_dump()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pcie.h | 49 #define PCIE_DEVSTS 0x0A /* Device Status */ macro
|
/illumos-gate/usr/src/uts/intel/io/vmm/io/ |
H A D | ppt.c | 738 devsts = PCI_CAP_GET16(hdl, 0, cap_ptr, PCIE_DEVSTS); in ppt_wait_for_pending_txn() 753 devsts = PCI_CAP_GET16(hdl, 0, cap_ptr, PCIE_DEVSTS); in ppt_wait_for_pending_txn()
|
/illumos-gate/usr/src/cmd/pcieadm/ |
H A D | pcieadm_cfgspace.c | 1782 { PCIE_DEVSTS, 2, "devsts", "Device Status", 1792 { PCIE_DEVSTS, 2, "devsts", "Device Status", 1808 { PCIE_DEVSTS, 2, "devsts", "Device Status", 1831 { PCIE_DEVSTS, 2, "devsts", "Device Status", 1861 { PCIE_DEVSTS, 2, "devsts", "Device Status",
|
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie.c | 2461 if ((device_sts = PCIE_CAP_GET(16, bus_p, PCIE_DEVSTS)) != in pcie_enable_ce() 2463 PCIE_CAP_PUT(16, bus_p, PCIE_DEVSTS, in pcie_enable_ce()
|
H A D | pcie_fault.c | 606 pcie_regs->pcie_err_status = PCIE_CAP_GET(16, bus_p, PCIE_DEVSTS); in pf_pcie_regs_gather() 811 PCIE_CAP_PUT(16, bus_p, PCIE_DEVSTS, pcie_regs->pcie_err_status); in pf_pcie_regs_clear()
|