Searched refs:desc_end (Results 1 – 2 of 2) sorted by relevance
99 u_int desc_end; in incoming_isochronous_transfer_completed_len() local109 desc_end = u_int_sum(descs[desc].offset, in incoming_isochronous_transfer_completed_len()111 if (desc_end > pre_truncation_data_len) in incoming_isochronous_transfer_completed_len()112 pre_truncation_data_len = desc_end; in incoming_isochronous_transfer_completed_len()
160 char *desc_end = (char *)descriptor + be16toh(descriptor->total_length); in gve_process_device_options() local168 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()