struct ta_ethtool_lsets

Overview

Generic structure to store link settings More…

#include <conf_ethtool.h>

struct ta_ethtool_lsets {
    // fields

    ta_ethtool_lsets_data sets;
    bool use_xlinksettings;
    bool set_supported;
};

Detailed Documentation

Generic structure to store link settings

Fields

ta_ethtool_lsets_data sets

Link settings

bool use_xlinksettings

If true, link settings were obtained via ETHTOOL_GLINKSETTINGS, otherwise ETHTOOL_GSET was used

bool set_supported

If true, changing link settings is supported