Searched refs:VecCount (Results 1 - 9 of 9) sorted by relevance

/haiku/src/system/kernel/device_manager/
H A Ddma_resources.cpp307 int32 vecCount = buffer.VecCount();
360 uint32 vecCount = buffer.VecCount();
450 TRACE(" create physical map (for %ld vecs)\n", buffer->VecCount());
451 for (uint32 i = vecIndex; i < buffer->VecCount(); i++) {
487 segmentCount = min_c(buffer->VecCount() - vecIndex,
551 if (dmaBuffer->VecCount() >= fRestrictions.max_segment_count)
646 = dmaBuffer->VecAt(dmaBuffer->VecCount() - 1);
690 || dmaBuffer->VecCount() == fRestrictions.max_segment_count
H A Ddma_resources.h51 uint32 VecCount() const { return fVecCount; } function in class:DMABuffer
H A DIORequest.cpp379 uint32 vecCount = fDMABuffer->VecCount();
461 uint32 vecCount = fDMABuffer->VecCount();
579 IOOperation::VecCount() const function in class:IOOperation
585 return fDMABuffer->VecCount() - fSavedVecIndex;
588 return fDMABuffer->VecCount();
622 uint32 vecCount = fDMABuffer->VecCount();
636 uint32 vecCount = fDMABuffer->VecCount();
683 = fDMABuffer->VecAt(fDMABuffer->VecCount() - 1);
825 int32 vecCount = fBuffer->VecCount();
1149 uint32 vecCount = fBuffer->VecCount();
[all...]
H A DIORequest.h58 size_t VecCount() const { return fVecCount; } function in class:IOBuffer
152 uint32 VecCount() const;
/haiku/src/add-ons/kernel/drivers/disk/virtual/virtio_block/
H A Dvirtio_block.cpp198 BStackOrHeapArray<physical_entry, 16> entries(operation->VecCount() + 2);
210 entries[operation->VecCount() + 1].address = entries[0].address
212 entries[operation->VecCount() + 1].size = sizeof(uint8);
214 memcpy(entries + 1, operation->Vecs(), operation->VecCount()
221 1 + (operation->IsWrite() ? operation->VecCount() : 0 ),
222 1 + (operation->IsWrite() ? 0 : operation->VecCount()),
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp189 for (uint32 i = 0; i < operation->VecCount(); i++) {
576 buffer->VecCount(), buffer->BounceBufferAddress(),
579 for (uint32 i = 0; i < buffer->VecCount(); i++) {
592 if (result.count != buffer->VecCount())
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp585 nvme_request.iovec_count = operation.VecCount();
663 for (size_t i = 0; i < buffer->VecCount(); i++) {
696 nvme_request.iovec_count = buffer->VecCount();
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dio.cpp540 (physical_entry *)operation->Vecs(), operation->VecCount(),
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp1835 data.vec_count = operation.VecCount();
1873 const uint32 count = request->Buffer()->VecCount();

Completed in 82 milliseconds