|
@@ -378,3 +378,14 @@
|
|
|
#define TX_BROAD_CNT 0x00000800 /* Broadcast TX Frames Sent */
|
|
|
#define TX_EXDEF_CTL 0x00001000 /* TX Frames With Excessive Deferral */
|
|
|
#define TX_MACCTL_CNT 0x00002000 /* MAC Control TX Frames Sent */
|
|
|
+#define TX_ALLF_CNT 0x00004000 /* All TX Frames Sent */
|
|
|
+#define TX_ALLO_CNT 0x00008000 /* All TX Octets Sent */
|
|
|
+#define TX_EQ64_CNT 0x00010000 /* 64-Byte TX Frames Sent */
|
|
|
+#define TX_LT128_CNT 0x00020000 /* 65-127-Byte TX Frames Sent */
|
|
|
+#define TX_LT256_CNT 0x00040000 /* 128-255-Byte TX Frames Sent */
|
|
|
+#define TX_LT512_CNT 0x00080000 /* 256-511-Byte TX Frames Sent */
|
|
|
+#define TX_LT1024_CNT 0x00100000 /* 512-1023-Byte TX Frames Sent */
|
|
|
+#define TX_GE1024_CNT 0x00200000 /* 1024-Max-Byte TX Frames Sent */
|
|
|
+#define TX_ABORT_CNT 0x00400000 /* TX Frames Aborted */
|
|
|
+
|
|
|
+#endif /* _DEF_BF527_H */
|