Skip to content

Commit

Permalink
cxgb3: Add register bit definition for Fatal Parity Error.
Browse files Browse the repository at this point in the history
Signed-off-by: Casey Leedom <leedom@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Casey Leedom authored and David S. Miller committed Sep 3, 2010
1 parent 52ee7a0 commit 96e4a38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/net/cxgb3/regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 96e4a38

Please sign in to comment.