Home
last modified time | relevance | path

Searched defs:ethtool_test (Results 1 – 3 of 3) 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.h901 struct ethtool_test { struct
902 uint32_t cmd;
903 uint32_t flags;
904 uint32_t reserved;
905 uint32_t len;
906 uint64_t data[];
/openbmc/linux/include/uapi/linux/
H A Dethtool.h901 struct ethtool_test { struct
902 __u32 cmd;
903 __u32 flags;
904 __u32 reserved;
905 __u32 len;
906 __u64 data[];