:orphan: .. index:: pair: struct; ta_ethtool_strings .. _doxid-structta__ethtool__strings: struct ta_ethtool_strings ========================= .. toctree:: :hidden: Overview ~~~~~~~~ Set of strings returned by ETHTOOL_GSTRINGS :ref:`More...<details-structta__ethtool__strings>` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include <conf_ethtool.h> struct ta_ethtool_strings { // fields size_t :ref:`num<doxid-structta__ethtool__strings_1aa5d9171575482c500fbe3fe5bb5dbd31>`; char :ref:`strings<doxid-structta__ethtool__strings_1a805a185ad91a3db96856a57d842ed503>`[][ETH_GSTRING_LEN+1]; }; .. _details-structta__ethtool__strings: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Set of strings returned by ETHTOOL_GSTRINGS Fields ------ .. index:: pair: variable; num .. _doxid-structta__ethtool__strings_1aa5d9171575482c500fbe3fe5bb5dbd31: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t num Number of strings .. index:: pair: variable; strings .. _doxid-structta__ethtool__strings_1a805a185ad91a3db96856a57d842ed503: .. ref-code-block:: cpp :class: doxyrest-title-code-block char strings[][ETH_GSTRING_LEN+1] Array of null-terminated strings