cxgb3: Add register bit definition for Fatal Parity Error.

Signed-off-by: Casey Leedom <leedom@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Casey Leedom 2010-09-02 13:07:29 +00:00 committed by David S. Miller
parent 52ee7a04a0
commit 96e4a38752
1 changed files with 4 additions and 0 deletions

View File

@ -1997,6 +1997,10 @@
#define A_PL_RST 0x6f0
#define S_FATALPERREN 4
#define V_FATALPERREN(x) ((x) << S_FATALPERREN)
#define F_FATALPERREN V_FATALPERREN(1U)
#define S_CRSTWRM 1
#define V_CRSTWRM(x) ((x) << S_CRSTWRM)
#define F_CRSTWRM V_CRSTWRM(1U)