Home
last modified time | relevance | path

Searched refs:pcie_adv_regs (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c604 pf_pcie_adv_err_regs_t *pcie_adv_regs = PCIE_ADV_REG(pfd_p); in pf_pcie_regs_gather() local
655 pcie_adv_regs->pcie_adv_ctl = PCIE_AER_GET(32, bus_p, in pf_pcie_regs_gather()
657 pcie_adv_regs->pcie_ue_status = PCIE_AER_GET(32, bus_p, in pf_pcie_regs_gather()
659 pcie_adv_regs->pcie_ue_mask = PCIE_AER_GET(32, bus_p, in pf_pcie_regs_gather()
661 pcie_adv_regs->pcie_ue_sev = PCIE_AER_GET(32, bus_p, in pf_pcie_regs_gather()
673 pcie_adv_regs->pcie_ce_status = PCIE_AER_GET(32, bus_p, in pf_pcie_regs_gather()
675 pcie_adv_regs->pcie_ce_mask = PCIE_AER_GET(32, bus_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() local
820 pcie_adv_regs->pcie_ue_status); in pf_pcie_regs_clear()
823 pcie_adv_regs->pcie_ce_status); in pf_pcie_regs_clear()
/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
264 pf_pcie_adv_err_regs_t *pcie_adv_regs; /* pcie aer regs */ member