Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dethtool.h281 struct ethtool_test { struct
282 __u32 cmd; /* ETHTOOL_TEST */
283 __u32 flags; /* ETH_TEST_FL_xxx */
284 __u32 reserved;
285 __u32 len; /* result length, in number of u64 elements */
286 __u64 data[0];
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h1169 struct ethtool_test { struct
1170 uint32_t cmd;
1171 uint32_t flags;
1172 uint32_t reserved;
1173 uint32_t len;
1174 uint64_t data[];