Searched refs:PCIE_AER_GET (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/io/pciex/ |
H A D | pcie_fault.c | 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() 599 PCIE_ADV_HDR(pfd_p, 0) = PCIE_AER_GET(32, bus_p, in pf_pcie_regs_gather() 601 PCIE_ADV_HDR(pfd_p, 1) = PCIE_AER_GET(32, bus_p, in pf_pcie_regs_gather() 603 PCIE_ADV_HDR(pfd_p, 2) = PCIE_AER_GET(32, bus_p, in pf_pcie_regs_gather() 605 PCIE_ADV_HDR(pfd_p, 3) = 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() [all …]
|
H A D | pcie.c | 1408 if ((reg32 = PCIE_AER_GET(32, bus_p, PCIE_AER_UCE_SERV)) != in pcie_enable_errors() 1418 if ((reg32 = PCIE_AER_GET(32, bus_p, PCIE_AER_UCE_MASK)) != in pcie_enable_errors() 1428 if ((reg32 = PCIE_AER_GET(32, bus_p, PCIE_AER_CTL)) != in pcie_enable_errors() 1440 if ((reg32 = PCIE_AER_GET(32, bus_p, PCIE_AER_SUCE_SERV)) != in pcie_enable_errors() 1449 if ((reg32 = PCIE_AER_GET(32, bus_p, PCIE_AER_SUCE_MASK)) != in pcie_enable_errors() 1463 if ((reg16 = PCIE_AER_GET(16, bus_p, PCIE_AER_RE_CMD)) != in pcie_enable_errors() 1559 if ((aer_reg = PCIE_AER_GET(32, bus_p, PCIE_AER_CTL)) != in pcie_disable_errors()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | pcie_impl.h | 122 #define PCIE_AER_GET(sz, bus_p, off) \ macro 490 PCIE_AER_GET(sz, bus_p, off))
|