Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c568 pf_pcie_err_regs_t *pcie_regs = PCIE_ERR_REG(pfd_p); in pf_pcie_regs_gather()
744 pf_pcie_err_regs_t *pcie_regs = PCIE_ERR_REG(pfd_p); in pf_pcie_regs_clear()
972 !(PCIE_ERR_REG(pfd_p)->pcie_err_status & PF_PCIE_BDG_ERR) && in pf_default_hdl()
1387 PCIE_ERR_REG(pfd_p)->pcie_err_status) in pf_analyse_error()
1409 PCIE_ERR_REG(pfd_p)->pcie_err_status) in pf_analyse_error()
1418 PCIE_ERR_REG(pfd_p)->pcie_err_status) in pf_analyse_error()
1435 & PCIE_ERR_REG(pfd_p)->pcie_err_status) in pf_analyse_error()
1737 if ((PCIE_ERR_REG(pfd_p)->pcie_err_status & in pf_analyse_perr_assert()
1982 if (PCIE_ERR_REG(pfd_p)->pcie_err_status & PCIE_DEVSTS_FE_DETECTED) in pf_adjust_for_no_aer()
1985 if (PCIE_ERR_REG(pfd_p)->pcie_err_status & PCIE_DEVSTS_NFE_DETECTED) { in pf_adjust_for_no_aer()
[all …]
H A Dpcie.c657 PCIE_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_err_regs_t); in pcie_init_pfd()
745 kmem_free(PCIE_ERR_REG(pfd_p), sizeof (pf_pcie_err_regs_t)); in pcie_fini_pfd()
805 PCIE_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_err_regs_t); in pcie_rc_init_pfd()
821 kmem_free(PCIE_ERR_REG(pfd_p), sizeof (pf_pcie_err_regs_t)); in pcie_rc_fini_pfd()
/titanic_44/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