Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dethtool.h116 struct ethtool_eeprom { struct
117 __u32 cmd;
118 __u32 magic;
119 __u32 offset;
120 __u32 len;
121 __u8 data[0];
/kernel/linux/linux-5.10/include/uapi/linux/
Dethtool.h335 struct ethtool_eeprom { struct
336 __u32 cmd;
337 __u32 magic;
338 __u32 offset;
339 __u32 len;
340 __u8 data[0];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dethtool.h122 struct ethtool_eeprom { struct
123 __u32 cmd;
124 __u32 magic;
125 __u32 offset;
126 __u32 len;
127 __u8 data[0];
/kernel/linux/linux-5.10/net/ethtool/
Dioctl.c1508 struct ethtool_eeprom *, u8 *), in ethtool_get_any_eeprom()