Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dethtool.h290 struct ethtool_stats { struct
291 __u32 cmd; /* ETHTOOL_GSTATS */
292 __u32 n_stats; /* number of u64's being returned */
293 __u64 data[0];
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h1188 struct ethtool_stats { struct
1189 uint32_t cmd;
1190 uint32_t n_stats;
1191 uint64_t data[];