aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/tg3.h')
-rw-r--r--drivers/net/tg3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/tg3.h b/drivers/net/tg3.h
index 7cb2eefa7aad..15eb2bdb2de1 100644
--- a/drivers/net/tg3.h
+++ b/drivers/net/tg3.h
@@ -2088,6 +2088,8 @@ struct tg3 {
2088 struct tg3_rx_buffer_desc *rx_rcb; 2088 struct tg3_rx_buffer_desc *rx_rcb;
2089 dma_addr_t rx_rcb_mapping; 2089 dma_addr_t rx_rcb_mapping;
2090 2090
2091 u32 rx_pkt_buf_sz;
2092
2091 /* begin "everything else" cacheline(s) section */ 2093 /* begin "everything else" cacheline(s) section */
2092 struct net_device_stats net_stats; 2094 struct net_device_stats net_stats;
2093 struct net_device_stats net_stats_prev; 2095 struct net_device_stats net_stats_prev;