From 70e18d99b8e3e77bb37e218d7ac582130156f8ef Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 25 Jan 2024 09:46:18 +0100 Subject: New upstream version 1.45.90 --- docs/libnm/html/libnm-nm-ethtool-utils.html | 50 +++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) (limited to 'docs/libnm/html/libnm-nm-ethtool-utils.html') diff --git a/docs/libnm/html/libnm-nm-ethtool-utils.html b/docs/libnm/html/libnm-nm-ethtool-utils.html index 5e731c7c..466236aa 100644 --- a/docs/libnm/html/libnm-nm-ethtool-utils.html +++ b/docs/libnm/html/libnm-nm-ethtool-utils.html @@ -387,6 +387,26 @@ #define NM_ETHTOOL_OPTNAME_PAUSE_TX + +#define +NM_ETHTOOL_OPTNAME_CHANNELS_RX + + +#define +NM_ETHTOOL_OPTNAME_CHANNELS_TX + + +#define +NM_ETHTOOL_OPTNAME_CHANNELS_OTHER + + +#define +NM_ETHTOOL_OPTNAME_CHANNELS_COMBINED + + +#define +NM_ETHTOOL_OPTNAME_EEE_ENABLED + @@ -917,6 +937,36 @@
#define NM_ETHTOOL_OPTNAME_PAUSE_TX      "pause-tx"
 
+
+
+

NM_ETHTOOL_OPTNAME_CHANNELS_RX

+
#define NM_ETHTOOL_OPTNAME_CHANNELS_RX       "channels-rx"
+
+
+
+
+

NM_ETHTOOL_OPTNAME_CHANNELS_TX

+
#define NM_ETHTOOL_OPTNAME_CHANNELS_TX       "channels-tx"
+
+
+
+
+

NM_ETHTOOL_OPTNAME_CHANNELS_OTHER

+
#define NM_ETHTOOL_OPTNAME_CHANNELS_OTHER    "channels-other"
+
+
+
+
+

NM_ETHTOOL_OPTNAME_CHANNELS_COMBINED

+
#define NM_ETHTOOL_OPTNAME_CHANNELS_COMBINED "channels-combined"
+
+
+
+
+

NM_ETHTOOL_OPTNAME_EEE_ENABLED

+
#define NM_ETHTOOL_OPTNAME_EEE_ENABLED "eee-enabled"
+
+