diff options
Diffstat (limited to 'drivers/net/ixgbe/ixgbe.h')
-rw-r--r-- | drivers/net/ixgbe/ixgbe.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/ixgbe/ixgbe.h b/drivers/net/ixgbe/ixgbe.h index e112008f39c1..6ac361a4b8ad 100644 --- a/drivers/net/ixgbe/ixgbe.h +++ b/drivers/net/ixgbe/ixgbe.h | |||
@@ -31,7 +31,6 @@ | |||
31 | #include <linux/types.h> | 31 | #include <linux/types.h> |
32 | #include <linux/pci.h> | 32 | #include <linux/pci.h> |
33 | #include <linux/netdevice.h> | 33 | #include <linux/netdevice.h> |
34 | #include <linux/inet_lro.h> | ||
35 | #include <linux/aer.h> | 34 | #include <linux/aer.h> |
36 | 35 | ||
37 | #include "ixgbe_type.h" | 36 | #include "ixgbe_type.h" |
@@ -88,9 +87,6 @@ | |||
88 | #define IXGBE_TX_FLAGS_VLAN_PRIO_MASK 0x0000e000 | 87 | #define IXGBE_TX_FLAGS_VLAN_PRIO_MASK 0x0000e000 |
89 | #define IXGBE_TX_FLAGS_VLAN_SHIFT 16 | 88 | #define IXGBE_TX_FLAGS_VLAN_SHIFT 16 |
90 | 89 | ||
91 | #define IXGBE_MAX_LRO_DESCRIPTORS 8 | ||
92 | #define IXGBE_MAX_LRO_AGGREGATE 32 | ||
93 | |||
94 | /* wrapper around a pointer to a socket buffer, | 90 | /* wrapper around a pointer to a socket buffer, |
95 | * so a DMA handle can be stored along with the buffer */ | 91 | * so a DMA handle can be stored along with the buffer */ |
96 | struct ixgbe_tx_buffer { | 92 | struct ixgbe_tx_buffer { |
@@ -142,8 +138,6 @@ struct ixgbe_ring { | |||
142 | /* cpu for tx queue */ | 138 | /* cpu for tx queue */ |
143 | int cpu; | 139 | int cpu; |
144 | #endif | 140 | #endif |
145 | struct net_lro_mgr lro_mgr; | ||
146 | bool lro_used; | ||
147 | struct ixgbe_queue_stats stats; | 141 | struct ixgbe_queue_stats stats; |
148 | u16 v_idx; /* maps directly to the index for this ring in the hardware | 142 | u16 v_idx; /* maps directly to the index for this ring in the hardware |
149 | * vector array, can also be used for finding the bit in EICR | 143 | * vector array, can also be used for finding the bit in EICR |
@@ -301,9 +295,6 @@ struct ixgbe_adapter { | |||
301 | 295 | ||
302 | unsigned long state; | 296 | unsigned long state; |
303 | u64 tx_busy; | 297 | u64 tx_busy; |
304 | u64 lro_aggregated; | ||
305 | u64 lro_flushed; | ||
306 | u64 lro_no_desc; | ||
307 | unsigned int tx_ring_count; | 298 | unsigned int tx_ring_count; |
308 | unsigned int rx_ring_count; | 299 | unsigned int rx_ring_count; |
309 | 300 | ||