:orphan: .. index:: pair: struct; tapi_ethtool_report .. _doxid-structtapi__ethtool__report: struct tapi_ethtool_report ========================== .. toctree:: :hidden: Overview ~~~~~~~~ Structure for storing parsed data from ethtool output :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_ethtool_report { // fields :ref:`tapi_ethtool_cmd` :ref:`cmd`; bool :ref:`err_out`; :ref:`te_string` :ref:`err_data`; :ref:`te_errno` :ref:`err_code`; :ref:`tapi_ethtool_if_props` :ref:`if_props`; te_kvpair_h :ref:`stats`; :ref:`tapi_ethtool_pause` :ref:`pause`; :ref:`tapi_ethtool_ring` :target:`ring`; union tapi_ethtool_report::@82 :ref:`data`; }; .. _details-structtapi__ethtool__report: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure for storing parsed data from ethtool output Fields ------ .. index:: pair: variable; cmd .. _doxid-structtapi__ethtool__report_1a65d5f3db4c7868ea20e74dabf062b4a4: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_ethtool_cmd` cmd Ethtool command .. index:: pair: variable; err_out .. _doxid-structtapi__ethtool__report_1a99d051478d25c9862040283a46bcc02a: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool err_out ``true`` if something was printed to stderr .. index:: pair: variable; err_data .. _doxid-structtapi__ethtool__report_1ae86c90f9b256134f1db1264694ebd07b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_string` err_data Text printed to stderr .. index:: pair: variable; err_code .. _doxid-structtapi__ethtool__report_1a165878e14a584bb70bd05820b45fd212: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` err_code Error code determined from parsing stderr output .. index:: pair: variable; if_props .. _doxid-structtapi__ethtool__report_1a538a283c4c294ab4996c44447c2b54f2: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_ethtool_if_props` if_props Interface properties printed when no command is supplied .. index:: pair: variable; stats .. _doxid-structtapi__ethtool__report_1a3025106dae3875dd3ea88bec65e88f61: .. ref-code-block:: cpp :class: doxyrest-title-code-block te_kvpair_h stats Interface statistics .. index:: pair: variable; pause .. _doxid-structtapi__ethtool__report_1ab5f2f3b9f40da01b3d28f1e8e49720cf: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_ethtool_pause` pause Pause parameters .. index:: pair: variable; data .. _doxid-structtapi__ethtool__report_1a7835eb122180a9b0d40707668f01c03d: .. ref-code-block:: cpp :class: doxyrest-title-code-block unnamed-union data Parsed data