Searched refs:req_size (Results 1 – 1 of 1) sorted by relevance
470 int req_size; in copy_sg_data() local486 req_size = min_c(allocation_length, request->data_length) - offset; in copy_sg_data()489 for (; size > 0 && req_size > 0 && sg_count > 0; ++sg_list, --sg_count) { in copy_sg_data()492 bytes = min_c(size, req_size); in copy_sg_data()