Home
last modified time | relevance | path

Searched defs:ethtool_sset_info (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dethtool.h264 struct ethtool_sset_info { struct
265 __u32 cmd; /* ETHTOOL_GSSET_INFO */
266 __u32 reserved;
267 __u64 sset_mask; /* input: each bit selects an sset to query */
269 __u32 data[0]; /* ETH_SS_xxx count, in order, based on bits
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h1130 struct ethtool_sset_info { struct
1131 uint32_t cmd;
1132 uint32_t reserved;
1133 uint64_t sset_mask;
1134 uint32_t data[];