aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/linux/ethtool.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2020-06-01 20:22:34 -0700
committerChristopher Ferris <cferris@google.com>2020-06-02 10:56:48 -0700
commite7efc0f71f7392cbe7ecdc3f1cc9e9d920aca5f0 (patch)
tree36d9ae7a790a45a003e2b97fadb9329acddf5a06 /original/uapi/linux/ethtool.h
parent427caedbda94f8f3eac64a761d17b1f9322fe4bd (diff)
downloadkernel-headers-e7efc0f71f7392cbe7ecdc3f1cc9e9d920aca5f0.tar.gz
Update to v5.7 kernel headers.
Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-5.7 Includes updates of original/scsi files to match kernel headers: scsi_ioctl.h sg.h Test: NA Change-Id: I64fbf2d51c055a1ae8b94075d1c9bb45831211a3
Diffstat (limited to 'original/uapi/linux/ethtool.h')
-rw-r--r--original/uapi/linux/ethtool.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/original/uapi/linux/ethtool.h b/original/uapi/linux/ethtool.h
index 4295ebf..92f737f 100644
--- a/original/uapi/linux/ethtool.h
+++ b/original/uapi/linux/ethtool.h
@@ -596,6 +596,9 @@ struct ethtool_pauseparam {
* @ETH_SS_LINK_MODES: link mode names
* @ETH_SS_MSG_CLASSES: debug message class names
* @ETH_SS_WOL_MODES: wake-on-lan modes
+ * @ETH_SS_SOF_TIMESTAMPING: SOF_TIMESTAMPING_* flags
+ * @ETH_SS_TS_TX_TYPES: timestamping Tx types
+ * @ETH_SS_TS_RX_FILTERS: timestamping Rx filters
*/
enum ethtool_stringset {
ETH_SS_TEST = 0,
@@ -610,6 +613,9 @@ enum ethtool_stringset {
ETH_SS_LINK_MODES,
ETH_SS_MSG_CLASSES,
ETH_SS_WOL_MODES,
+ ETH_SS_SOF_TIMESTAMPING,
+ ETH_SS_TS_TX_TYPES,
+ ETH_SS_TS_RX_FILTERS,
/* add new constants above here */
ETH_SS_COUNT
@@ -1330,6 +1336,7 @@ enum ethtool_fec_config_bits {
ETHTOOL_FEC_OFF_BIT,
ETHTOOL_FEC_RS_BIT,
ETHTOOL_FEC_BASER_BIT,
+ ETHTOOL_FEC_LLRS_BIT,
};
#define ETHTOOL_FEC_NONE (1 << ETHTOOL_FEC_NONE_BIT)
@@ -1337,6 +1344,7 @@ enum ethtool_fec_config_bits {
#define ETHTOOL_FEC_OFF (1 << ETHTOOL_FEC_OFF_BIT)
#define ETHTOOL_FEC_RS (1 << ETHTOOL_FEC_RS_BIT)
#define ETHTOOL_FEC_BASER (1 << ETHTOOL_FEC_BASER_BIT)
+#define ETHTOOL_FEC_LLRS (1 << ETHTOOL_FEC_LLRS_BIT)
/* CMDs currently supported */
#define ETHTOOL_GSET 0x00000001 /* DEPRECATED, Get settings.
@@ -1521,7 +1529,7 @@ enum ethtool_link_mode_bit_indices {
ETHTOOL_LINK_MODE_400000baseLR8_ER8_FR8_Full_BIT = 71,
ETHTOOL_LINK_MODE_400000baseDR8_Full_BIT = 72,
ETHTOOL_LINK_MODE_400000baseCR8_Full_BIT = 73,
-
+ ETHTOOL_LINK_MODE_FEC_LLRS_BIT = 74,
/* must be last entry */
__ETHTOOL_LINK_MODE_MASK_NBITS
};