Home
last modified time | relevance | path

Searched refs:PCIE_ADV_REG (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c70 PF_FIRST_AER_ERR(bit, PCIE_ADV_REG(pfd_p)))
84 (PCIE_ADV_REG(pfd_p)->pcie_ce_status & PCIE_AER_CE_AD_NFE)
569 pf_pcie_adv_err_regs_t *pcie_adv_regs = PCIE_ADV_REG(pfd_p); in pf_pcie_regs_gather()
745 pf_pcie_adv_err_regs_t *pcie_adv_regs = PCIE_ADV_REG(pfd_p); in pf_pcie_regs_clear()
820 uint32_t ue_err = PCIE_ADV_REG(pfd_p)->pcie_ue_status; in pf_pci_find_rp_fault()
877 (pf_tlp_decode(PCIE_PFD2BUS(pfd_p), PCIE_ADV_REG(pfd_p)) == in pf_pci_find_rp_fault()
880 PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_addr; in pf_pci_find_rp_fault()
1361 (PCIE_ADV_REG(pfd_p)->pcie_ue_status & \
1362 ((PCIE_ADV_REG(pfd_p)->pcie_ue_mask) ^ 0xFFFFFFFF))
1799 if (PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_addr) in pf_analyse_ptlp()
[all …]
H A Dpcie.c663 PCIE_ADV_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_adv_err_regs_t); in pcie_init_pfd()
664 PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_bdf = PCIE_INVALID_BDF; in pcie_init_pfd()
738 kmem_free(PCIE_ADV_REG(pfd_p), in pcie_fini_pfd()
807 PCIE_ADV_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_adv_err_regs_t); in pcie_rc_init_pfd()
812 PCIE_ADV_REG(pfd_p)->pcie_ue_sev = pcie_aer_uce_severity; in pcie_rc_init_pfd()
819 kmem_free(PCIE_ADV_REG(pfd_p), sizeof (pf_pcie_adv_err_regs_t)); in pcie_rc_fini_pfd()
H A Dpciev.c429 if (pf_tlp_decode(bus_p, PCIE_ADV_REG(pfd_p)) == DDI_SUCCESS) { in pciev_get_affected_dev()
/titanic_44/usr/src/uts/common/sys/
H A Dpcie_impl.h160 #define PCIE_ADV_REG(pfd_p) PCIE_ERR_REG(pfd_p)->pcie_adv_regs macro
161 #define PCIE_ADV_HDR(pfd_p, n) PCIE_ADV_REG(pfd_p)->pcie_ue_hdr[n]
163 PCIE_ADV_REG(pfd_p)->pcie_ext.pcie_adv_bdg_regs
166 PCIE_ADV_REG(pfd_p)->pcie_ext.pcie_adv_rp_regs
/titanic_44/usr/src/uts/sun4/io/px/
H A Dpx_fm.c592 pf_pcie_adv_err_regs_t *adv_reg = PCIE_ADV_REG(pfd_p); in px_err_check_pcie()
745 PCIE_ADV_REG(pfd_p)->pcie_ce_status = 0; in px_get_pfd()
746 PCIE_ADV_REG(pfd_p)->pcie_ue_status = 0; in px_get_pfd()
747 PCIE_ADV_REG(pfd_p)->pcie_adv_ctl = 0; in px_get_pfd()