n2piu.esc revision 104a37ccc1f0447ab5567644c98d5ed7266d3211
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/*
* Eversholt rules for the N2 PIU extention to Fire nexus driver
*/
/*
* Test for primary or secondary ereports
*/
/*
* payload: mmu-tfsr
*
* Extract the request id, the BDF value, in the MMU TFSR register
*
* PRM 2.0, pg 243
* Request ID: bits 15:0
*
* Example:
* 0x7766554433221100
* ^^^^
*/
( IS_PRIMARY && \
)
/*
* Faults, upsets and defects
*/
/* N2 Asic */
/* No diagnosis */
/*
* Additional "DMC" errors to fire.
* N2 asic parity error
*/
/*
* Additional "PEC" errors to fire.
*/
/*
* Unique SOC errors to N2
*/
/* fault.io.n2.soc */
/* fault.io.n2.crossbar */
/* fault.io.n2.dmu */
/* fault.io.n2.ncu */
/* fault.io.n2.siu */
/* fault.io.n2.niu */
/* fault.io.niu/niufn */
/*
* Fault at the adjacent node which is right below the Fire ASIC
*/
/*
* DMU N2 asic parity error
*/
/*
* Surprise remove or serdes los, similar to fire ldn event,
* don't diag.
*/
/* SOC Errors */
/* fault.io.n2.soc */
/* fault.io.n2.crossbar */
/* fault.io.n2.dmu */
/* fault.io.n2.ncu */
/* fault.io.n2.siu */
/* fault.io.n2.niu */
/* fault error propogation */
/* fault.io.niu/niufn */