Home
last modified time | relevance | path

Searched defs:ethtool_eeprom (Results 1 – 4 of 4) 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[];
/openbmc/linux/include/uapi/linux/
H A Dethtool.h344 struct ethtool_eeprom { struct
345 __u32 cmd;
346 __u32 magic;
347 __u32 offset;
348 __u32 len;
349 __u8 data[];
/openbmc/linux/net/ethtool/
H A Dioctl.c1532 struct ethtool_eeprom *, u8 *), in ethtool_get_any_eeprom()