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.c188 pcix_ecc_regs_t *pcix_ecc_regs = in pcix_regs_gather() local
189 pcix_regs->pcix_ecc_regs; in pcix_regs_gather()
299 pcix_ecc_regs_t *pcix_ecc_regs = in pcix_regs_clear() local
300 pcix_regs->pcix_ecc_regs; in pcix_regs_clear()
302 if (pcix_ecc_regs->pcix_ecc_vflags & in pcix_regs_clear()
308 pcix_ecc_regs->pcix_ecc_vflags = 0x0; in pcix_regs_clear()
515 kmem_free(pcix_regs->pcix_ecc_regs, in pcix_ereport_teardown()
565 addr = pcix_ecc_regs->pcix_ecc_secaddr; in pcix_check_addr()
717 pcix_ecc_regs_t *pcix_ecc_regs; in pcix_ecc_error_report() local
741 pcix_regs->pcix_ecc_regs; in pcix_ecc_error_report()
[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.c527 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()
797 pf_pcix_ecc_regs_t *pcix_ecc_regs = PCIX_ECC_REG(pfd_p); in pf_pcix_regs_clear() local
[all …]