diff options
Diffstat (limited to 'drivers/net/ibmveth.h')
-rw-r--r-- | drivers/net/ibmveth.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/ibmveth.h b/drivers/net/ibmveth.h index 43b068d9a55..30f9fc67b0c 100644 --- a/drivers/net/ibmveth.h +++ b/drivers/net/ibmveth.h | |||
@@ -25,8 +25,6 @@ | |||
25 | #ifndef _IBMVETH_H | 25 | #ifndef _IBMVETH_H |
26 | #define _IBMVETH_H | 26 | #define _IBMVETH_H |
27 | 27 | ||
28 | #define IbmVethMaxSendFrags 6 | ||
29 | |||
30 | /* constants for H_MULTICAST_CTRL */ | 28 | /* constants for H_MULTICAST_CTRL */ |
31 | #define IbmVethMcastReceptionModifyBit 0x80000UL | 29 | #define IbmVethMcastReceptionModifyBit 0x80000UL |
32 | #define IbmVethMcastReceptionEnableBit 0x20000UL | 30 | #define IbmVethMcastReceptionEnableBit 0x20000UL |
@@ -147,9 +145,6 @@ struct ibmveth_adapter { | |||
147 | u64 replenish_add_buff_success; | 145 | u64 replenish_add_buff_success; |
148 | u64 rx_invalid_buffer; | 146 | u64 rx_invalid_buffer; |
149 | u64 rx_no_buffer; | 147 | u64 rx_no_buffer; |
150 | u64 tx_multidesc_send; | ||
151 | u64 tx_linearized; | ||
152 | u64 tx_linearize_failed; | ||
153 | u64 tx_map_failed; | 148 | u64 tx_map_failed; |
154 | u64 tx_send_failed; | 149 | u64 tx_send_failed; |
155 | spinlock_t stats_lock; | 150 | spinlock_t stats_lock; |