|
@@ -1153,6 +1153,10 @@ struct ethtool_ops {
|
|
#define SUPPORTED_10000baseR_FEC (1 << 20)
|
|
#define SUPPORTED_10000baseR_FEC (1 << 20)
|
|
#define SUPPORTED_20000baseMLD2_Full (1 << 21)
|
|
#define SUPPORTED_20000baseMLD2_Full (1 << 21)
|
|
#define SUPPORTED_20000baseKR2_Full (1 << 22)
|
|
#define SUPPORTED_20000baseKR2_Full (1 << 22)
|
|
|
|
+#define SUPPORTED_40000baseKR4_Full (1 << 23)
|
|
|
|
+#define SUPPORTED_40000baseCR4_Full (1 << 24)
|
|
|
|
+#define SUPPORTED_40000baseSR4_Full (1 << 25)
|
|
|
|
+#define SUPPORTED_40000baseLR4_Full (1 << 26)
|
|
|
|
|
|
/* Indicates what features are advertised by the interface. */
|
|
/* Indicates what features are advertised by the interface. */
|
|
#define ADVERTISED_10baseT_Half (1 << 0)
|
|
#define ADVERTISED_10baseT_Half (1 << 0)
|
|
@@ -1178,6 +1182,10 @@ struct ethtool_ops {
|
|
#define ADVERTISED_10000baseR_FEC (1 << 20)
|
|
#define ADVERTISED_10000baseR_FEC (1 << 20)
|
|
#define ADVERTISED_20000baseMLD2_Full (1 << 21)
|
|
#define ADVERTISED_20000baseMLD2_Full (1 << 21)
|
|
#define ADVERTISED_20000baseKR2_Full (1 << 22)
|
|
#define ADVERTISED_20000baseKR2_Full (1 << 22)
|
|
|
|
+#define ADVERTISED_40000baseKR4_Full (1 << 23)
|
|
|
|
+#define ADVERTISED_40000baseCR4_Full (1 << 24)
|
|
|
|
+#define ADVERTISED_40000baseSR4_Full (1 << 25)
|
|
|
|
+#define ADVERTISED_40000baseLR4_Full (1 << 26)
|
|
|
|
|
|
/* The following are all involved in forcing a particular link
|
|
/* The following are all involved in forcing a particular link
|
|
* mode for the device for setting things. When getting the
|
|
* mode for the device for setting things. When getting the
|