Home
last modified time | relevance | path

Searched refs:dpe (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/fm/eversholt/files/common/
H A Dpci.esc36 * Nonfatal dpe errors have to be recovered by the hardened driver which may
56 engine serd.io.pci.nf-dpe@PCIFN,
59 engine serd.io.pci.nf-dpe-bus@pcibus,
89 engine=serd.io.pci.nf-dpe@PCIFN, FITrate=PCI_DEV_FIT;
118 * - dpe-d: the device to transfer bad data and/or bad parity downstream
132 event error.io.pci.f-dpe-d@PCIFN;
133 event error.io.pci.deg-dpe-d@PCIFN;
134 event error.io.pci.nf-dpe-d@PCIFN;
166 event ereport.io.pci.dpe@PCIFN{within(5s)};
182 error.io.pci.nf-dpe-d@PCI_FROM_HB;
[all …]
H A Dpciex.esc55 * Nonfatal dpe errors (ptlp/ecrc errors) have to be recovered by the hardened
677 * - dpe-d: data/parity to get corrupted during downstream transmission.
682 event error.io.pci.f-dpe-d@PCIEXFN/PCIFN;
683 event error.io.pci.deg-dpe-d@PCIEXFN/PCIFN;
684 event error.io.pci.nf-dpe-d@PCIEXFN/PCIFN;
702 error.io.pci.nf-dpe-d@PCIEXFN/PCIFNHZ;
706 error.io.pci.deg-dpe-d@PCIEXFN/PCIFNHZ;
718 error.io.pci.f-dpe-d@PCIEXFN/PCIFNHZ;
856 event ereport.io.pci.dpe@PCIEXFN{within(5s)};
884 event ereport.io.pci.sec-dpe@pciexrc{within(5s)};
[all …]
/titanic_50/usr/src/uts/sun4u/cpu/
H A Dus3_common.c2131 if (ch_flt.parity_data.dpe.cpl_off != -1) { in cpu_parity_error()
2137 way = ch_flt.parity_data.dpe.cpl_way; in cpu_parity_error()
2179 } else if (ch_flt.parity_data.dpe.cpl_way != -1) in cpu_parity_error()
2189 if (ch_flt.parity_data.dpe.cpl_cache == CPU_PC_PARITY) { in cpu_parity_error()
2330 int way = ch_flt->parity_data.dpe.cpl_way; in cpu_async_log_dc_parity_err()
2331 int offset = ch_flt->parity_data.dpe.cpl_off; in cpu_async_log_dc_parity_err()
2342 if (ch_flt->parity_data.dpe.cpl_cache == CPU_PC_PARITY) { in cpu_async_log_dc_parity_err()
2343 tag_index = ch_flt->parity_data.dpe.cpl_pc[way].pc_idx; in cpu_async_log_dc_parity_err()
2344 ch_flt->parity_data.dpe.cpl_pc[way].pc_way = in cpu_async_log_dc_parity_err()
2346 ch_flt->parity_data.dpe.cpl_pc[way].pc_logflag = in cpu_async_log_dc_parity_err()
[all …]
H A Dus3_cheetahplus.c1107 pcp = &ch_flt->parity_data.dpe.cpl_pc[i]; in cpu_payload_add_pcache()
/titanic_50/usr/src/uts/sun4u/sys/
H A Dcheetahregs.h1471 } dpe; /* D$ parity error */ member