Searched refs:pcix_ecc_regs (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | pcifm.c | 109 pcix_ecc_regs_gather(pci_erpt_t *erpt_p, pcix_ecc_regs_t *pcix_ecc_regs, in pcix_ecc_regs_gather() argument 114 pcix_ecc_regs->pcix_ecc_ctlstat = pci_config_get32(erpt_p->pe_hdl, in pcix_ecc_regs_gather() 118 pcix_ecc_regs->pcix_ecc_vflags |= PCIX_ERR_ECC_STS_VALID; in pcix_ecc_regs_gather() 121 pcix_ecc_regs->pcix_ecc_fstaddr = pci_config_get32(erpt_p->pe_hdl, in pcix_ecc_regs_gather() 124 pcix_ecc_regs->pcix_ecc_secaddr = pci_config_get32(erpt_p->pe_hdl, in pcix_ecc_regs_gather() 127 pcix_ecc_regs->pcix_ecc_attr = pci_config_get32(( in pcix_ecc_regs_gather() 184 pcix_ecc_regs_t *pcix_ecc_regs = in pcix_regs_gather() local 185 pcix_regs->pcix_ecc_regs; in pcix_regs_gather() 187 pcix_ecc_regs_gather(erpt_p, pcix_ecc_regs, in pcix_regs_gather() 295 pcix_ecc_regs_t *pcix_ecc_regs = in pcix_regs_clear() local [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | pcifm.h | 82 typedef struct pcix_ecc_regs { struct 97 pcix_ecc_regs_t *pcix_ecc_regs; /* pcix ecc registers */ argument
|
H A D | pcie_impl.h | 153 #define PCIX_ECC_REG(pfd_p) PCIX_ERR_REG(pfd_p)->pcix_ecc_regs 206 pf_pcix_ecc_regs_t *pcix_ecc_regs; /* pcix ecc registers */ member
|
/titanic_41/usr/src/uts/common/io/pciex/ |
H A D | pcie_fault.c | 106 static void pf_pcix_ecc_regs_gather(pf_pcix_ecc_regs_t *pcix_ecc_regs, 492 pf_pcix_ecc_regs_gather(pf_pcix_ecc_regs_t *pcix_ecc_regs, in pf_pcix_ecc_regs_gather() argument 496 pcix_ecc_regs->pcix_ecc_ctlstat = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather() 498 pcix_ecc_regs->pcix_ecc_fstaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather() 500 pcix_ecc_regs->pcix_ecc_secaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather() 502 pcix_ecc_regs->pcix_ecc_attr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather() 505 pcix_ecc_regs->pcix_ecc_ctlstat = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather() 507 pcix_ecc_regs->pcix_ecc_fstaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather() 509 pcix_ecc_regs->pcix_ecc_secaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather() 511 pcix_ecc_regs->pcix_ecc_attr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather() [all …]
|