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)))
1450 (PCIE_ADV_REG(pfd_p)->pcie_ue_status & \
2951 PCIE_ADV_REG(pfd_p)->pcie_adv_ctl, in pf_send_ereport()
2955 PCIE_ADV_REG(pfd_p)->pcie_ue_mask, in pf_send_ereport()
2957 PCIE_ADV_REG(pfd_p)->pcie_ue_sev, in pf_send_ereport()
2969 PCIE_ADV_REG(pfd_p)->pcie_ce_mask, in pf_send_ereport()
3234 PCIE_ADV_REG(pfd_p)->pcie_adv_ctl = 0; in pf_reset_pfd()
3235 PCIE_ADV_REG(pfd_p)->pcie_ue_status = 0; in pf_reset_pfd()
3236 PCIE_ADV_REG(pfd_p)->pcie_ue_mask = 0; in pf_reset_pfd()
3237 PCIE_ADV_REG(pfd_p)->pcie_ue_sev = 0; in pf_reset_pfd()
[all …]
H A Dpcie.c1233 PCIE_ADV_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_adv_err_regs_t); in pcie_init_pfd()
1234 PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_bdf = PCIE_INVALID_BDF; in pcie_init_pfd()
1315 kmem_free(PCIE_ADV_REG(pfd_p), in pcie_fini_pfd()
1385 PCIE_ADV_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_adv_err_regs_t); in pcie_rc_init_pfd()
1390 PCIE_ADV_REG(pfd_p)->pcie_ue_sev = pcie_aer_uce_severity; in pcie_rc_init_pfd()
1397 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()