Home
last modified time | relevance | path

Searched defs:ethtool_gstrings (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dethtool.h257 struct ethtool_gstrings { struct
258 __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];
/openbmc/linux/include/uapi/linux/
H A Dethtool.h837 struct ethtool_gstrings { struct
838 __u32 cmd;
839 __u32 string_set;
840 __u32 len;
841 __u8 data[];
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h1101 struct ethtool_gstrings { struct
1102 uint32_t cmd;
1103 uint32_t string_set;
1104 uint32_t len;
1105 uint8_t data[];