Home
last modified time | relevance | path

Searched refs:PCIE_AER_RE_CMD (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/pciex/
H A Dpcie.c1463 if ((reg16 = PCIE_AER_GET(16, bus_p, PCIE_AER_RE_CMD)) != in pcie_enable_errors()
1465 PCIE_AER_PUT(16, bus_p, PCIE_AER_RE_CMD, in pcie_enable_errors()
1468 PCIE_AER_RE_CMD, reg16); in pcie_enable_errors()
1590 if ((device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_AER_RE_CMD)) != in pcie_disable_errors()
1593 PCIE_CAP_PUT(16, bus_p, PCIE_AER_RE_CMD, device_ctl); in pcie_disable_errors()
H A Dpcie_fault.c649 PCIE_AER_RE_CMD); in pf_pcie_regs_gather()
/titanic_44/usr/src/uts/common/sys/
H A Dpcie.h458 #define PCIE_AER_RE_CMD 0x2c /* Root Error Command */ macro