Searched defs:ethtool_gstrings (Results 1 – 2 of 2) sorted by relevance
257 struct ethtool_gstrings { struct258 __u32 cmd; /* ETHTOOL_GSTRINGS */259 __u32 string_set; /* string set id e.c. ETH_SS_TEST, etc*/260 __u32 len; /* number of strings in the string set */261 __u8 data[0];
1105 struct ethtool_gstrings { struct1106 uint32_t cmd;1107 uint32_t string_set;1108 uint32_t len;1109 uint8_t data[];