summaryrefslogtreecommitdiffstats
path: root/drivers/net/defxx.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
commitc7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch)
tree3682407a599b8f9f03fc096298134cafba1c9b2f /drivers/net/defxx.h
parent1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff)
o Merge with Linux 2.1.116.
o New Newport console code. o New G364 console code.
Diffstat (limited to 'drivers/net/defxx.h')
-rw-r--r--drivers/net/defxx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/defxx.h b/drivers/net/defxx.h
index 5707ad877..a1b4b579a 100644
--- a/drivers/net/defxx.h
+++ b/drivers/net/defxx.h
@@ -1771,9 +1771,12 @@ typedef struct DFX_board_tag
u32 rcv_length_errors;
u32 rcv_total_frames;
u32 rcv_multicast_frames;
+ u32 rcv_total_bytes;
+
u32 xmt_discards;
u32 xmt_length_errors;
u32 xmt_total_frames;
+ u32 xmt_total_bytes;
} DFX_board_t;
#endif /* #ifndef _DEFXX_H_ */