Searched refs:PCIE_ERR_REG (Results 1 – 3 of 3) sorted by relevance
568 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 …]
657 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()
156 #define PCIE_ERR_REG(pfd_p) pfd_p->pe_ext.pe_pcie_regs macro157 #define PCIE_RP_REG(pfd_p) PCIE_ERR_REG(pfd_p)->pcie_rp_regs160 #define PCIE_ADV_REG(pfd_p) PCIE_ERR_REG(pfd_p)->pcie_adv_regs