Commit 96e4a387 authored by Casey Leedom's avatar Casey Leedom Committed by David S. Miller

cxgb3: Add register bit definition for Fatal Parity Error.

Signed-off-by: default avatarCasey Leedom <leedom@chelsio.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 52ee7a04
...@@ -1997,6 +1997,10 @@ ...@@ -1997,6 +1997,10 @@
#define A_PL_RST 0x6f0 #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 S_CRSTWRM 1
#define V_CRSTWRM(x) ((x) << S_CRSTWRM) #define V_CRSTWRM(x) ((x) << S_CRSTWRM)
#define F_CRSTWRM V_CRSTWRM(1U) #define F_CRSTWRM V_CRSTWRM(1U)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment