Searched defs:ethtool_eeprom (Results 1 – 7 of 7) sorted by relevance
102 struct ethtool_eeprom { struct103 __u32 cmd;104 __u32 magic;105 __u32 offset; /* in bytes */106 __u32 len; /* in bytes */107 __u8 data[0];
130 struct ethtool_eeprom { struct131 __u32 cmd;132 __u32 magic;133 __u32 offset; /* in bytes */134 __u32 len; /* in bytes */135 __u8 data[0];
303 struct ethtool_eeprom { struct304 __u32 cmd;305 __u32 magic;306 __u32 offset;307 __u32 len;308 __u8 data[0];
335 struct ethtool_eeprom { struct336 __u32 cmd;337 __u32 magic;338 __u32 offset;339 __u32 len;340 __u8 data[0];
785 struct ethtool_eeprom { struct786 u32 cmd;787 u32 magic;788 u32 offset;789 u32 len;790 u8 data[0];
1508 struct ethtool_eeprom *, u8 *), in ethtool_get_any_eeprom()