Searched defs:gve_driver_info (Results 1 – 1 of 1) sorted by relevance
258 struct gve_driver_info { struct259 u8 os_type; /* 0x01 = Linux */260 u8 driver_major;261 u8 driver_minor;262 u8 driver_sub;263 __be32 os_version_major;264 __be32 os_version_minor;265 __be32 os_version_sub;266 __be64 driver_capability_flags[4];267 u8 os_version_str1[GVE_VERSION_STR_LEN];[all …]