Searched refs:gve_device_option (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_adminq.c24 struct gve_device_option *gve_get_next_option(struct gve_device_descriptor *descriptor,
25 struct gve_device_option *option)
32 return option_end > descriptor_end ? NULL : (struct gve_device_option *)option_end;
38 struct gve_device_option *option,
189 struct gve_device_option *dev_opt;
195 struct gve_device_option *next_opt;
H A Dgve_adminq.h84 struct gve_device_option { struct
90 static_assert(sizeof(struct gve_device_option) == 8);

Completed in 410 milliseconds