Searched refs:PCIE_ERR_REG (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c568 pf_pcie_err_regs_t *pcie_regs = PCIE_ERR_REG(pfd_p);
744 pf_pcie_err_regs_t *pcie_regs = PCIE_ERR_REG(pfd_p);
972 !(PCIE_ERR_REG(pfd_p)->pcie_err_status & PF_PCIE_BDG_ERR) &&
1387 PCIE_ERR_REG(pfd_p)->pcie_err_status)
1409 PCIE_ERR_REG(pfd_p)->pcie_err_status)
1418 PCIE_ERR_REG(pfd_p)->pcie_err_status)
1435 & PCIE_ERR_REG(pfd_p)->pcie_err_status)
1737 if ((PCIE_ERR_REG(pfd_p)->pcie_err_status &
1982 if (PCIE_ERR_REG(pfd_p)->pcie_err_status & PCIE_DEVSTS_FE_DETECTED)
1985 if (PCIE_ERR_REG(pfd_
[all...]
H A Dpcie.c657 PCIE_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_err_regs_t);
745 kmem_free(PCIE_ERR_REG(pfd_p), sizeof (pf_pcie_err_regs_t));
805 PCIE_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_err_regs_t);
821 kmem_free(PCIE_ERR_REG(pfd_p), sizeof (pf_pcie_err_regs_t));
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h156 #define PCIE_ERR_REG(pfd_p) pfd_p->pe_ext.pe_pcie_regs macro
157 #define PCIE_RP_REG(pfd_p) PCIE_ERR_REG(pfd_p)->pcie_rp_regs
160 #define PCIE_ADV_REG(pfd_p) PCIE_ERR_REG(pfd_p)->pcie_adv_regs

Completed in 113 milliseconds