Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A 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) */
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h185 struct ethtool_drvinfo { struct
186 uint32_t cmd;
187 char driver[32];
188 char version[32];
189 char fw_version[ETHTOOL_FWVERS_LEN];
190 char bus_info[ETHTOOL_BUSINFO_LEN];
191 char erom_version[ETHTOOL_EROMVERS_LEN];
192 char reserved2[12];
193 uint32_t n_priv_flags;
194 uint32_t n_stats;
[all …]