Home
last modified time | relevance | path

Searched defs:ethtool_sset_info (Results 1 – 3 of 3) 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/linux/include/uapi/linux/
H A Dethtool.h862 struct ethtool_sset_info { struct
863 __u32 cmd;
864 __u32 reserved;
865 __u64 sset_mask;
866 __u32 data[];
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h917 struct ethtool_sset_info { struct
918 uint32_t cmd;
919 uint32_t reserved;
920 uint64_t sset_mask;
921 uint32_t data[];