:orphan: .. index:: pair: struct; ta_ethtool_lsets .. _doxid-structta__ethtool__lsets: struct ta_ethtool_lsets ======================= .. toctree:: :hidden: Overview ~~~~~~~~ Generic structure to store link settings :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct ta_ethtool_lsets { // fields :ref:`ta_ethtool_lsets_data` :ref:`sets`; bool :ref:`use_xlinksettings`; bool :ref:`set_supported`; }; .. _details-structta__ethtool__lsets: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Generic structure to store link settings Fields ------ .. index:: pair: variable; sets .. _doxid-structta__ethtool__lsets_1abed75658be25f53a5229645383871aad: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`ta_ethtool_lsets_data` sets Link settings .. index:: pair: variable; use_xlinksettings .. _doxid-structta__ethtool__lsets_1a1c4dbf6344922fbd42237c7649dd6aec: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool use_xlinksettings If ``true``, link settings were obtained via ETHTOOL_GLINKSETTINGS, otherwise ETHTOOL_GSET was used .. index:: pair: variable; set_supported .. _doxid-structta__ethtool__lsets_1ac70847d9e16da9c904dc17737fd53970: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool set_supported If ``true``, changing link settings is supported