Home
last modified time | relevance | path

Searched refs:gve_device_option (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/google/gve/
Dgve_adminq.c24 struct gve_device_option *gve_get_next_option(struct gve_device_descriptor *descriptor, in gve_get_next_option()
25 struct gve_device_option *option) in gve_get_next_option()
32 return option_end > descriptor_end ? NULL : (struct gve_device_option *)option_end; in gve_get_next_option()
38 struct gve_device_option *option, in gve_parse_device_option()
152 struct gve_device_option *dev_opt; in gve_process_device_options()
158 struct gve_device_option *next_opt; in gve_process_device_options()
Dgve_adminq.h83 struct gve_device_option { struct
89 static_assert(sizeof(struct gve_device_option) == 8); argument