Searched defs:gve_driver_info (Results 1 – 1 of 1) sorted by relevance
268 struct gve_driver_info { struct269 u8 os_type; /* 0x01 = Linux */270 u8 driver_major;271 u8 driver_minor;272 u8 driver_sub;273 __be32 os_version_major;274 __be32 os_version_minor;275 __be32 os_version_sub;276 __be64 driver_capability_flags[4];277 u8 os_version_str1[GVE_VERSION_STR_LEN];[all …]