]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/e1000/e1000.h
e1000: Fix network problems when forced at 100Mb/s and to fix TSO when forced at...
[linux-2.6-omap-h63xx.git] / drivers / net / e1000 / e1000.h
index a18782748d5a6da859b0f0445b107501d3c7aa66..3319c19cbee66890cb5bcf586ca698567bb71abd 100644 (file)
@@ -332,6 +332,11 @@ struct e1000_adapter {
        int msg_enable;
 #ifdef CONFIG_PCI_MSI
        boolean_t have_msi;
+#endif
+       /* to not mess up cache alignment, always add to the bottom */
+       boolean_t txb2b;
+#ifdef NETIF_F_TSO
+       boolean_t tso_force;
 #endif
 };
 #endif /* _E1000_H_ */