Searched refs:option_end (Results 1 – 1 of 1) sorted by relevance
27 void *option_end, *descriptor_end; in gve_get_next_option() local29 option_end = (void *)(option + 1) + be16_to_cpu(option->option_length); in gve_get_next_option()32 return option_end > descriptor_end ? NULL : (struct gve_device_option *)option_end; in gve_get_next_option()