Searched refs:dev_opt (Results 1 – 1 of 1) sorted by relevance
162 struct gve_device_option *dev_opt; in gve_process_device_options() local166 dev_opt = (void *)(descriptor + 1); in gve_process_device_options()168 if ((char *)(dev_opt + 1) > desc_end || in gve_process_device_options()169 (char *)(dev_opt + 1) + be16toh(dev_opt->option_length) > desc_end) { in gve_process_device_options()175 gve_parse_device_option(priv, descriptor, dev_opt, in gve_process_device_options()180 dev_opt = (void *)((char *)(dev_opt + 1) + be16toh(dev_opt->option_length)); in gve_process_device_options()