diff options
-rw-r--r-- | include/linux/ethtool.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index d659fdc77eb3..bd0b50b85f06 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h | |||
@@ -1025,6 +1025,8 @@ struct ethtool_ops { | |||
1025 | #define SUPPORTED_10000baseKX4_Full (1 << 18) | 1025 | #define SUPPORTED_10000baseKX4_Full (1 << 18) |
1026 | #define SUPPORTED_10000baseKR_Full (1 << 19) | 1026 | #define SUPPORTED_10000baseKR_Full (1 << 19) |
1027 | #define SUPPORTED_10000baseR_FEC (1 << 20) | 1027 | #define SUPPORTED_10000baseR_FEC (1 << 20) |
1028 | #define SUPPORTED_20000baseMLD2_Full (1 << 21) | ||
1029 | #define SUPPORTED_20000baseKR2_Full (1 << 22) | ||
1028 | 1030 | ||
1029 | /* Indicates what features are advertised by the interface. */ | 1031 | /* Indicates what features are advertised by the interface. */ |
1030 | #define ADVERTISED_10baseT_Half (1 << 0) | 1032 | #define ADVERTISED_10baseT_Half (1 << 0) |
@@ -1048,6 +1050,8 @@ struct ethtool_ops { | |||
1048 | #define ADVERTISED_10000baseKX4_Full (1 << 18) | 1050 | #define ADVERTISED_10000baseKX4_Full (1 << 18) |
1049 | #define ADVERTISED_10000baseKR_Full (1 << 19) | 1051 | #define ADVERTISED_10000baseKR_Full (1 << 19) |
1050 | #define ADVERTISED_10000baseR_FEC (1 << 20) | 1052 | #define ADVERTISED_10000baseR_FEC (1 << 20) |
1053 | #define ADVERTISED_20000baseMLD2_Full (1 << 21) | ||
1054 | #define ADVERTISED_20000baseKR2_Full (1 << 22) | ||
1051 | 1055 | ||
1052 | /* The following are all involved in forcing a particular link | 1056 | /* The following are all involved in forcing a particular link |
1053 | * mode for the device for setting things. When getting the | 1057 | * mode for the device for setting things. When getting the |