Searched defs:ethtool_eeprom (Results 1 – 4 of 4) 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];
344 struct ethtool_eeprom { struct345 __u32 cmd;346 __u32 magic;347 __u32 offset;348 __u32 len;349 __u8 data[];
344 struct ethtool_eeprom { struct345 uint32_t cmd;346 uint32_t magic;347 uint32_t offset;348 uint32_t len;349 uint8_t data[];
1535 struct ethtool_eeprom *, u8 *), in ethtool_get_any_eeprom()