gve_device_option
struct gve_device_option *gve_get_next_option(struct gve_device_descriptor *descriptor,
struct gve_device_option *option)
struct gve_device_option *dev_opt;
struct gve_device_option *next_opt;
return option_end > descriptor_end ? NULL : (struct gve_device_option *)option_end;
struct gve_device_option *option,
static_assert(sizeof(struct gve_device_option) == 8);