Home
last modified time | relevance | path

Searched refs:PCIE_MSG_CODE_ERR_COR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_msiq.c167 if (msg_code == PCIE_MSG_CODE_ERR_COR) { in px_msiq_alloc()
H A Dpx_fm.c422 if (msg_code == PCIE_MSG_CODE_ERR_COR) { in px_err_fabric_intr()
H A Dpx_intr.c379 ((msg_code == PCIE_MSG_CODE_ERR_COR) || in px_msiq_intr()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie.h1050 #define PCIE_MSG_CODE_ERR_COR 0x30 macro