diff options
Diffstat (limited to 'drivers/net/s2io.h')
-rw-r--r-- | drivers/net/s2io.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/s2io.h b/drivers/net/s2io.h index e68fdf7e4260..ce53a02105f2 100644 --- a/drivers/net/s2io.h +++ b/drivers/net/s2io.h | |||
@@ -703,9 +703,6 @@ struct ring_info { | |||
703 | */ | 703 | */ |
704 | struct rx_curr_get_info rx_curr_get_info; | 704 | struct rx_curr_get_info rx_curr_get_info; |
705 | 705 | ||
706 | /* Index to the absolute position of the put pointer of Rx ring */ | ||
707 | int put_pos; | ||
708 | |||
709 | /* Buffer Address store. */ | 706 | /* Buffer Address store. */ |
710 | struct buffAdd **ba; | 707 | struct buffAdd **ba; |
711 | struct s2io_nic *nic; | 708 | struct s2io_nic *nic; |
@@ -868,8 +865,6 @@ struct s2io_nic { | |||
868 | int device_enabled_once; | 865 | int device_enabled_once; |
869 | 866 | ||
870 | char name[60]; | 867 | char name[60]; |
871 | struct tasklet_struct task; | ||
872 | volatile unsigned long tasklet_status; | ||
873 | 868 | ||
874 | /* Timer that handles I/O errors/exceptions */ | 869 | /* Timer that handles I/O errors/exceptions */ |
875 | struct timer_list alarm_timer; | 870 | struct timer_list alarm_timer; |
@@ -879,8 +874,6 @@ struct s2io_nic { | |||
879 | 874 | ||
880 | atomic_t rx_bufs_left[MAX_RX_RINGS]; | 875 | atomic_t rx_bufs_left[MAX_RX_RINGS]; |
881 | 876 | ||
882 | spinlock_t put_lock; | ||
883 | |||
884 | #define PROMISC 1 | 877 | #define PROMISC 1 |
885 | #define ALL_MULTI 2 | 878 | #define ALL_MULTI 2 |
886 | 879 | ||
@@ -964,7 +957,6 @@ struct s2io_nic { | |||
964 | u8 lro; | 957 | u8 lro; |
965 | u16 lro_max_aggr_per_sess; | 958 | u16 lro_max_aggr_per_sess; |
966 | volatile unsigned long state; | 959 | volatile unsigned long state; |
967 | spinlock_t rx_lock; | ||
968 | u64 general_int_mask; | 960 | u64 general_int_mask; |
969 | #define VPD_STRING_LEN 80 | 961 | #define VPD_STRING_LEN 80 |
970 | u8 product_name[VPD_STRING_LEN]; | 962 | u8 product_name[VPD_STRING_LEN]; |
@@ -1094,7 +1086,6 @@ static void s2io_handle_errors(void * dev_id); | |||
1094 | static int s2io_starter(void); | 1086 | static int s2io_starter(void); |
1095 | static void s2io_closer(void); | 1087 | static void s2io_closer(void); |
1096 | static void s2io_tx_watchdog(struct net_device *dev); | 1088 | static void s2io_tx_watchdog(struct net_device *dev); |
1097 | static void s2io_tasklet(unsigned long dev_addr); | ||
1098 | static void s2io_set_multicast(struct net_device *dev); | 1089 | static void s2io_set_multicast(struct net_device *dev); |
1099 | static int rx_osm_handler(struct ring_info *ring_data, struct RxD_t * rxdp); | 1090 | static int rx_osm_handler(struct ring_info *ring_data, struct RxD_t * rxdp); |
1100 | static void s2io_link(struct s2io_nic * sp, int link); | 1091 | static void s2io_link(struct s2io_nic * sp, int link); |