Searched refs:sg_count_max_orig (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Ddma_buffer.cpp273 buffer->sg_count_max_orig = 0;
298 buffer->sg_count_max_orig = size / sizeof(physical_entry);
301 buffer->sg_count_max_orig);
329 if (buffer->sg_count_max_orig < request->sg_count) {
501 buffer->sg_count_max_orig = 0;
H A Dscsi_internal.h135 uint32 sg_count_max_orig; // maximum size (in entries) member in struct:dma_buffer

Completed in 81 milliseconds