Searched defs:gve_driver_info (Results 1 – 1 of 1) sorted by relevance
185 struct gve_driver_info { struct186 u8 os_type; /* 0x01 = Linux */187 u8 driver_major;188 u8 driver_minor;189 u8 driver_sub;190 __be32 os_version_major;191 __be32 os_version_minor;192 __be32 os_version_sub;193 __be64 driver_capability_flags[4];194 u8 os_version_str1[GVE_VERSION_STR_LEN];[all …]