Home
last modified time | relevance | path

Searched refs:pcix_ecc_regs (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c113 pcix_ecc_regs_gather(pci_erpt_t *erpt_p, pcix_ecc_regs_t *pcix_ecc_regs, in pcix_ecc_regs_gather() argument
118 pcix_ecc_regs->pcix_ecc_ctlstat = pci_config_get32(erpt_p->pe_hdl, in pcix_ecc_regs_gather()
122 pcix_ecc_regs->pcix_ecc_vflags |= PCIX_ERR_ECC_STS_VALID; in pcix_ecc_regs_gather()
125 pcix_ecc_regs->pcix_ecc_fstaddr = pci_config_get32(erpt_p->pe_hdl, in pcix_ecc_regs_gather()
128 pcix_ecc_regs->pcix_ecc_secaddr = pci_config_get32(erpt_p->pe_hdl, in pcix_ecc_regs_gather()
131 pcix_ecc_regs->pcix_ecc_attr = pci_config_get32(( in pcix_ecc_regs_gather()
188 pcix_ecc_regs_t *pcix_ecc_regs = in pcix_regs_gather() local
189 pcix_regs->pcix_ecc_regs; in pcix_regs_gather()
191 pcix_ecc_regs_gather(erpt_p, pcix_ecc_regs, in pcix_regs_gather()
299 pcix_ecc_regs_t *pcix_ecc_regs = in pcix_regs_clear() local
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dpcifm.h82 typedef struct pcix_ecc_regs { struct
97 pcix_ecc_regs_t *pcix_ecc_regs; /* pcix ecc registers */ argument
H A Dpcie_impl.h156 #define PCIX_ECC_REG(pfd_p) PCIX_ERR_REG(pfd_p)->pcix_ecc_regs
210 pf_pcix_ecc_regs_t *pcix_ecc_regs; /* pcix ecc registers */ member
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c108 static void pf_pcix_ecc_regs_gather(pf_pcix_ecc_regs_t *pcix_ecc_regs,
527 pf_pcix_ecc_regs_gather(pf_pcix_ecc_regs_t *pcix_ecc_regs, in pf_pcix_ecc_regs_gather() argument
531 pcix_ecc_regs->pcix_ecc_ctlstat = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
533 pcix_ecc_regs->pcix_ecc_fstaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
535 pcix_ecc_regs->pcix_ecc_secaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
537 pcix_ecc_regs->pcix_ecc_attr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
540 pcix_ecc_regs->pcix_ecc_ctlstat = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
542 pcix_ecc_regs->pcix_ecc_fstaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
544 pcix_ecc_regs->pcix_ecc_secaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
546 pcix_ecc_regs->pcix_ecc_attr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
[all …]