Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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];
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dethtool-copy.h130 struct ethtool_eeprom { struct
131 __u32 cmd;
132 __u32 magic;
133 __u32 offset; /* in bytes */
134 __u32 len; /* in bytes */
135 __u8 data[0];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dethtool.h303 struct ethtool_eeprom { struct
304 __u32 cmd;
305 __u32 magic;
306 __u32 offset;
307 __u32 len;
308 __u8 data[0];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dethtool.h303 struct ethtool_eeprom { struct
304 __u32 cmd;
305 __u32 magic;
306 __u32 offset;
307 __u32 len;
308 __u8 data[0];
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dethtool.h335 struct ethtool_eeprom { struct
336 __u32 cmd;
337 __u32 magic;
338 __u32 offset;
339 __u32 len;
340 __u8 data[0];
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h785 struct ethtool_eeprom { struct
786 u32 cmd;
787 u32 magic;
788 u32 offset;
789 u32 len;
790 u8 data[0];
/OK3568_Linux_fs/kernel/net/ethtool/
H A Dioctl.c1508 struct ethtool_eeprom *, u8 *), in ethtool_get_any_eeprom()