Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c569 pf_pcie_adv_err_regs_t *pcie_adv_regs = PCIE_ADV_REG(pfd_p); in pf_pcie_regs_gather() local
591 pcie_adv_regs->pcie_adv_ctl = PCIE_AER_GET(32, bus_p, in pf_pcie_regs_gather()
593 pcie_adv_regs->pcie_ue_status = PCIE_AER_GET(32, bus_p, in pf_pcie_regs_gather()
595 pcie_adv_regs->pcie_ue_mask = PCIE_AER_GET(32, bus_p, in pf_pcie_regs_gather()
597 pcie_adv_regs->pcie_ue_sev = PCIE_AER_GET(32, bus_p, in pf_pcie_regs_gather()
609 pcie_adv_regs->pcie_ce_status = PCIE_AER_GET(32, bus_p, in pf_pcie_regs_gather()
611 pcie_adv_regs->pcie_ce_mask = PCIE_AER_GET(32, bus_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() local
756 pcie_adv_regs->pcie_ue_status); in pf_pcie_regs_clear()
759 pcie_adv_regs->pcie_ce_status); in pf_pcie_regs_clear()
/titanic_41/usr/src/uts/common/sys/
H A Dpcie_impl.h160 #define PCIE_ADV_REG(pfd_p) PCIE_ERR_REG(pfd_p)->pcie_adv_regs
260 pf_pcie_adv_err_regs_t *pcie_adv_regs; /* pcie aer regs */ member