Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dethtool.h87 struct ethtool_drvinfo { struct
88 __u32 cmd;
89 char driver[32];
90 char version[32];
92 char bus_info[ETHTOOL_BUSINFO_LEN];
94 char reserved2[12];
95 __u32 n_priv_flags;
96 __u32 n_stats;
97 __u32 testinfo_len;
98 __u32 eedump_len;
[all …]
/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];
190 char bus_info[ETHTOOL_BUSINFO_LEN];
192 char reserved2[12];
193 uint32_t n_priv_flags;
194 uint32_t n_stats;
195 uint32_t testinfo_len;
196 uint32_t eedump_len;
[all …]
/openbmc/linux/include/uapi/linux/
H A Dethtool.h185 struct ethtool_drvinfo { struct
186 __u32 cmd;
187 char driver[32];
188 char version[32];
190 char bus_info[ETHTOOL_BUSINFO_LEN];
192 char reserved2[12];
193 __u32 n_priv_flags;
194 __u32 n_stats;
195 __u32 testinfo_len;
196 __u32 eedump_len;
[all …]