aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/s2io.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/s2io.h')
-rw-r--r--drivers/net/s2io.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/s2io.h b/drivers/net/s2io.h
index 92db59a0fb11..69dd0e51dda0 100644
--- a/drivers/net/s2io.h
+++ b/drivers/net/s2io.h
@@ -195,6 +195,9 @@ typedef struct stat_block {
195 u32 rxd_rd_cnt; 195 u32 rxd_rd_cnt;
196 u32 rxf_wr_cnt; 196 u32 rxf_wr_cnt;
197 u32 txf_rd_cnt; 197 u32 txf_rd_cnt;
198
199/* Software statistics maintained by driver */
200 swStat_t sw_stat;
198} StatInfo_t; 201} StatInfo_t;
199 202
200/* 203/*
@@ -678,6 +681,8 @@ struct s2io_nic {
678#define CARD_UP 2 681#define CARD_UP 2
679 atomic_t card_state; 682 atomic_t card_state;
680 volatile unsigned long link_state; 683 volatile unsigned long link_state;
684 spinlock_t rx_lock;
685 atomic_t isr_cnt;
681}; 686};
682 687
683#define RESET_ERROR 1; 688#define RESET_ERROR 1;