Home
last modified time | relevance | path

Searched refs:ecc_phase (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_fabric.c510 int ecc_phase = (data->pcix_ecc_status_0 & PCI_PCIX_ECC_PHASE) >> 0x4; in fab_send_pcix_ecc_erpt() local
517 switch (ecc_phase) { in fab_send_pcix_ecc_erpt()
539 if (ecc_phase) { in fab_send_pcix_ecc_erpt()
623 int ecc_phase = (data->pcix_ecc_status_1 & PCI_PCIX_ECC_PHASE) >> 0x4; in fab_send_pcix_bdg_ecc_erpt() local
630 switch (ecc_phase) { in fab_send_pcix_bdg_ecc_erpt()
651 if (ecc_phase) { in fab_send_pcix_bdg_ecc_erpt()
/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c720 int ecc_phase; in pcix_ecc_error_report() local
743 ecc_phase = (pcix_ecc_regs->pcix_ecc_ctlstat & in pcix_ecc_error_report()
752 switch (ecc_phase) { in pcix_ecc_error_report()
809 if (ecc_phase) in pcix_ecc_error_report()