Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c72 PF_FIRST_AER_ERR(bit, PCIE_ADV_REG(pfd_p)))
86 (PCIE_ADV_REG(pfd_p)->pcie_ce_status & PCIE_AER_CE_AD_NFE)
604 pf_pcie_adv_err_regs_t *pcie_adv_regs = PCIE_ADV_REG(pfd_p); in pf_pcie_regs_gather()
809 pf_pcie_adv_err_regs_t *pcie_adv_regs = PCIE_ADV_REG(pfd_p); in pf_pcie_regs_clear()
884 uint32_t ue_err = PCIE_ADV_REG(pfd_p)->pcie_ue_status; in pf_pci_find_rp_fault()
941 (pf_tlp_decode(PCIE_PFD2BUS(pfd_p), PCIE_ADV_REG(pfd_p)) == in pf_pci_find_rp_fault()
944 PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_addr; in pf_pci_find_rp_fault()
1450 (PCIE_ADV_REG(pfd_p)->pcie_ue_status & \
1451 ((PCIE_ADV_REG(pfd_p)->pcie_ue_mask) ^ 0xFFFFFFFF))
1890 if (PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_addr) in pf_analyse_ptlp()
[all …]
H A Dpcie.c1217 PCIE_ADV_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_adv_err_regs_t); in pcie_init_pfd()
1218 PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_bdf = PCIE_INVALID_BDF; in pcie_init_pfd()
1299 kmem_free(PCIE_ADV_REG(pfd_p), in pcie_fini_pfd()
1369 PCIE_ADV_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_adv_err_regs_t); in pcie_rc_init_pfd()
1374 PCIE_ADV_REG(pfd_p)->pcie_ue_sev = pcie_aer_uce_severity; in pcie_rc_init_pfd()
1381 kmem_free(PCIE_ADV_REG(pfd_p), sizeof (pf_pcie_adv_err_regs_t)); in pcie_rc_fini_pfd()
H A Dpciev.c433 if (pf_tlp_decode(bus_p, PCIE_ADV_REG(pfd_p)) == DDI_SUCCESS) { in pciev_get_affected_dev()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h163 #define PCIE_ADV_REG(pfd_p) PCIE_ERR_REG(pfd_p)->pcie_adv_regs macro
164 #define PCIE_ADV_HDR(pfd_p, n) PCIE_ADV_REG(pfd_p)->pcie_ue_hdr[n]
166 PCIE_ADV_REG(pfd_p)->pcie_ext.pcie_adv_bdg_regs
169 PCIE_ADV_REG(pfd_p)->pcie_ext.pcie_adv_rp_regs
/illumos-gate/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()