patch-1.3.73 linux/include/linux/cdk.h
Next file: linux/include/linux/comstats.h
Previous file: linux/include/linux/cd1400.h
Back to the patch index
Back to the overall index
-  Lines: 33
-  Date:
Mon Mar 11 11:20:33 1996
-  Orig file: 
v1.3.72/linux/include/linux/cdk.h
-  Orig date: 
Fri Feb 16 11:34:11 1996
diff -u --recursive --new-file v1.3.72/linux/include/linux/cdk.h linux/include/linux/cdk.h
@@ -21,7 +21,6 @@
  */
 
 /*****************************************************************************/
-
 #ifndef	_CDK_H
 #define	_CDK_H
 /*****************************************************************************/
@@ -192,6 +191,7 @@
 #define	A_GETSTATS	(ASYCMD | 17)
 #define	A_RQSTATE	(ASYCMD | 18)
 #define	A_FLOWSTATE	(ASYCMD | 19)
+#define	A_CLEARSTATS	(ASYCMD | 20)
 
 /*
  *	Define those arguments used for simple commands.
@@ -384,6 +384,8 @@
 	unsigned long	rxringq;
 	unsigned long	txmsgs;
 	unsigned long	rxmsgs;
+	unsigned long	txflushes;
+	unsigned long	rxflushes;
 	unsigned long	overruns;
 	unsigned long	framing;
 	unsigned long	parity;
@@ -403,6 +405,7 @@
 	unsigned long	rxbreaks;
 	unsigned long	signals;
 	unsigned long	state;
+	unsigned long	hwid;
 } asystats_t;
 
 /*****************************************************************************/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this