Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c603 pf_pcie_err_regs_t *pcie_regs = PCIE_ERR_REG(pfd_p); in pf_pcie_regs_gather()
808 pf_pcie_err_regs_t *pcie_regs = PCIE_ERR_REG(pfd_p); in pf_pcie_regs_clear()
1045 !(PCIE_ERR_REG(pfd_p)->pcie_err_status & PF_PCIE_BDG_ERR) && in pf_default_hdl()
1476 PCIE_ERR_REG(pfd_p)->pcie_err_status) in pf_analyse_error()
1498 PCIE_ERR_REG(pfd_p)->pcie_err_status) in pf_analyse_error()
1507 PCIE_ERR_REG(pfd_p)->pcie_err_status) in pf_analyse_error()
1524 & PCIE_ERR_REG(pfd_p)->pcie_err_status) in pf_analyse_error()
1828 if ((PCIE_ERR_REG(pfd_p)->pcie_err_status & in pf_analyse_perr_assert()
2092 if (PCIE_ERR_REG(pfd_p)->pcie_err_status & PCIE_DEVSTS_FE_DETECTED) in pf_adjust_for_no_aer()
2095 if (PCIE_ERR_REG(pfd_p)->pcie_err_status & PCIE_DEVSTS_NFE_DETECTED) { in pf_adjust_for_no_aer()
[all …]
H A Dpcie.c1211 PCIE_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_err_regs_t); in pcie_init_pfd()
1306 kmem_free(PCIE_ERR_REG(pfd_p), sizeof (pf_pcie_err_regs_t)); in pcie_fini_pfd()
1367 PCIE_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_err_regs_t); in pcie_rc_init_pfd()
1383 kmem_free(PCIE_ERR_REG(pfd_p), sizeof (pf_pcie_err_regs_t)); in pcie_rc_fini_pfd()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h159 #define PCIE_ERR_REG(pfd_p) pfd_p->pe_ext.pe_pcie_regs macro
160 #define PCIE_RP_REG(pfd_p) PCIE_ERR_REG(pfd_p)->pcie_rp_regs
163 #define PCIE_ADV_REG(pfd_p) PCIE_ERR_REG(pfd_p)->pcie_adv_regs