diff options
Diffstat (limited to 'src/libnm-client-public/nm-ethtool-utils.h')
| -rw-r--r-- | src/libnm-client-public/nm-ethtool-utils.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libnm-client-public/nm-ethtool-utils.h b/src/libnm-client-public/nm-ethtool-utils.h index fa9c3071..75fb63c5 100644 --- a/src/libnm-client-public/nm-ethtool-utils.h +++ b/src/libnm-client-public/nm-ethtool-utils.h @@ -104,6 +104,13 @@ G_BEGIN_DECLS #define NM_ETHTOOL_OPTNAME_PAUSE_RX "pause-rx" #define NM_ETHTOOL_OPTNAME_PAUSE_TX "pause-tx" +#define NM_ETHTOOL_OPTNAME_CHANNELS_RX "channels-rx" +#define NM_ETHTOOL_OPTNAME_CHANNELS_TX "channels-tx" +#define NM_ETHTOOL_OPTNAME_CHANNELS_OTHER "channels-other" +#define NM_ETHTOOL_OPTNAME_CHANNELS_COMBINED "channels-combined" + +#define NM_ETHTOOL_OPTNAME_EEE_ENABLED "eee-enabled" + /*****************************************************************************/ G_END_DECLS |