summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorParav Pandit <parav.pandit@avagotech.com>2015-05-18 16:31:47 +0530
committerDavid S. Miller <davem@davemloft.net>2015-05-19 16:32:18 -0400
commitc9a70d43461d83818825ae065bb8fc887421e150 (patch)
tree4c3511bf407627a4c13c5921a88312d9b37f176a /include
parent76d7c457659dfc05d5a23cd0b21fea333d1788cd (diff)
downloadlinux-stable-c9a70d43461d83818825ae065bb8fc887421e150.tar.gz
linux-stable-c9a70d43461d83818825ae065bb8fc887421e150.tar.bz2
linux-stable-c9a70d43461d83818825ae065bb8fc887421e150.zip
net-next: ethtool: Added port speed macros.
Signed-off-by: Parav Pandit <parav.pandit@avagotech.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/ethtool.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h
index 2e49fc880d29..ae832b45b44c 100644
--- a/include/uapi/linux/ethtool.h
+++ b/include/uapi/linux/ethtool.h
@@ -1264,15 +1264,19 @@ enum ethtool_sfeatures_retval_bits {
* it was forced up into this mode or autonegotiated.
*/
-/* The forced speed, 10Mb, 100Mb, gigabit, [2.5|10|20|40|56]GbE. */
+/* The forced speed, 10Mb, 100Mb, gigabit, [2.5|5|10|20|25|40|50|56|100]GbE. */
#define SPEED_10 10
#define SPEED_100 100
#define SPEED_1000 1000
#define SPEED_2500 2500
+#define SPEED_5000 5000
#define SPEED_10000 10000
#define SPEED_20000 20000
+#define SPEED_25000 25000
#define SPEED_40000 40000
+#define SPEED_50000 50000
#define SPEED_56000 56000
+#define SPEED_100000 100000
#define SPEED_UNKNOWN -1