Home
last modified time | relevance | path

Searched defs:ethtool_drvinfo (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/linux/
Dethtool.h55 struct ethtool_drvinfo { struct
67 * this info from ethtool_drvinfo is now argument
71 __u32 n_priv_flags; /* number of flags valid in ETHTOOL_GPFLAGS */
72 __u32 n_stats; /* number of u64's from ETHTOOL_GSTATS */
73 __u32 testinfo_len;
74 __u32 eedump_len; /* Size of data from ETHTOOL_GEEPROM (bytes) */
75 __u32 regdump_len; /* Size of data from ETHTOOL_GREGS (bytes) */
/external/kernel-headers/original/uapi/linux/
Dethtool.h177 struct ethtool_drvinfo { struct
178 __u32 cmd;
179 char driver[32];
180 char version[32];
181 char fw_version[ETHTOOL_FWVERS_LEN];
182 char bus_info[ETHTOOL_BUSINFO_LEN];
183 char erom_version[ETHTOOL_EROMVERS_LEN];
184 char reserved2[12];
185 __u32 n_priv_flags;
186 __u32 n_stats;
[all …]