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.c457 int ecc_phase = (data->pcix_ecc_status_0 & PCI_PCIX_ECC_PHASE) >> 0x4; local
464 switch (ecc_phase) {
486 if (ecc_phase) {
570 int ecc_phase = (data->pcix_ecc_status_1 & PCI_PCIX_ECC_PHASE) >> 0x4; local
577 switch (ecc_phase) {
598 if (ecc_phase) {
/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c716 int ecc_phase; local
739 ecc_phase = (pcix_ecc_regs->pcix_ecc_ctlstat &
748 switch (ecc_phase) {
805 if (ecc_phase)

Completed in 243 milliseconds