Home
last modified time | relevance | path

Searched refs:PCIE_DBG_AER (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c2378 PCIE_DBG_AER(dip, bus_p, "AER UCE SEV", 32, PCIE_AER_UCE_SERV, in pcie_enable_errors()
2388 PCIE_DBG_AER(dip, bus_p, "AER UCE MASK", 32, PCIE_AER_UCE_MASK, in pcie_enable_errors()
2397 PCIE_DBG_AER(dip, bus_p, "AER CTL", 32, PCIE_AER_CTL, reg32); in pcie_enable_errors()
2410 PCIE_DBG_AER(dip, bus_p, "AER SUCE SEV", 32, PCIE_AER_SUCE_SERV, in pcie_enable_errors()
2417 PCIE_DBG_AER(dip, bus_p, "AER SUCE MASK", 32, in pcie_enable_errors()
2432 PCIE_DBG_AER(dip, bus_p, "AER Root Err Cmd", 16, in pcie_enable_errors()
2471 PCIE_DBG_AER(dip, bus_p, "AER CE MASK", 32, PCIE_AER_CE_MASK, in pcie_enable_ce()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h613 #define PCIE_DBG_AER(dip, bus_p, name, sz, off, org) \ macro
624 #define PCIE_DBG_AER(...) (void)(0) macro