Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Casey Leedom and committed by
David S. Miller
96e4a387 52ee7a04

+4
+4
drivers/net/cxgb3/regs.h
··· 1997 1997 1998 1998 #define A_PL_RST 0x6f0 1999 1999 2000 + #define S_FATALPERREN 4 2001 + #define V_FATALPERREN(x) ((x) << S_FATALPERREN) 2002 + #define F_FATALPERREN V_FATALPERREN(1U) 2003 + 2000 2004 #define S_CRSTWRM 1 2001 2005 #define V_CRSTWRM(x) ((x) << S_CRSTWRM) 2002 2006 #define F_CRSTWRM V_CRSTWRM(1U)