Searched defs:ethtool_drvinfo (Results 1 – 1 of 1) sorted by relevance
110 struct ethtool_drvinfo { struct111 uint32_t cmd;112 char driver[32]; /* driver short name, "tulip", "eepro100" */113 char version[32]; /* driver version string */114 char fw_version[32]; /* firmware version string, if applicable */115 char bus_info[ETHTOOL_BUSINFO_LEN]; /* Bus info for this IF. */117 char reserved1[32];118 char reserved2[16];119 uint32_t n_stats; /* number of u64's from ETHTOOL_GSTATS */120 uint32_t testinfo_len;[all …]