Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Demulation.cpp470 int req_size; in copy_sg_data() local
486 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()