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.c2360 PCIE_DBG_AER(dip, bus_p, "AER UCE SEV", 32, PCIE_AER_UCE_SERV, in pcie_enable_errors()
2370 PCIE_DBG_AER(dip, bus_p, "AER UCE MASK", 32, PCIE_AER_UCE_MASK, in pcie_enable_errors()
2379 PCIE_DBG_AER(dip, bus_p, "AER CTL", 32, PCIE_AER_CTL, reg32); in pcie_enable_errors()
2392 PCIE_DBG_AER(dip, bus_p, "AER SUCE SEV", 32, PCIE_AER_SUCE_SERV, in pcie_enable_errors()
2399 PCIE_DBG_AER(dip, bus_p, "AER SUCE MASK", 32, in pcie_enable_errors()
2414 PCIE_DBG_AER(dip, bus_p, "AER Root Err Cmd", 16, in pcie_enable_errors()
2453 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