Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dethtool.h102 struct ethtool_eeprom { struct
103 __u32 cmd;
104 __u32 magic;
105 __u32 offset; /* in bytes */
106 __u32 len; /* in bytes */
107 __u8 data[0];
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h344 struct ethtool_eeprom { struct
345 uint32_t cmd;
346 uint32_t magic;
347 uint32_t offset;
348 uint32_t len;
349 uint8_t data[];