Searched refs:max_segment_count (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/kernel/device_manager/
H A Ddma_resources.cpp141 restrictions.max_segment_count = value;
173 if (fRestrictions.max_segment_count == 0)
174 fRestrictions.max_segment_count = 16;
184 * min_c(fRestrictions.max_segment_count, 4);
196 fRestrictions.max_segment_count, fRestrictions.alignment,
201 sizeof(generic_io_vec) * fRestrictions.max_segment_count);
231 DMABuffer* buffer = DMABuffer::Create(fRestrictions.max_segment_count);
385 if (vecCount == fRestrictions.max_segment_count)
460 < fRestrictions.max_segment_count) {
488 fRestrictions.max_segment_count);
[all...]
H A Ddma_resources.h30 uint32 max_segment_count; member in struct:dma_restrictions
/haiku/src/add-ons/kernel/drivers/disk/virtual/virtio_block/
H A Dvirtio_block.cpp468 restrictions.max_segment_count = info->config.seg_max;
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp122 restrictions.max_transfer_size, restrictions.max_segment_count,
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp304 restrictions.max_segment_count = (NVME_MAX_SGL_DESCRIPTORS / 2);

Completed in 49 milliseconds