Searched refs:maxLbaCount (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dblock.cpp259 enum trim_command* unmapCommand, uint32* maxLbaCount,
282 *maxLbaCount = 0;
293 *maxLbaCount = unmapSupport->maxUnmapLbaCount;
313 *maxLbaCount = min_c(maxLength, WS16_MAX_BLOCK_COUNT_VALUE);
327 *maxLbaCount = min_c(maxLength, WS10_MAX_BLOCK_COUNT_VALUE);
379 uint32 maxLbaCount = 0; local
404 &maxLbaCount, &maxDescriptorCount);
406 if (maxLbaCount == 0 || maxDescriptorCount == 0)
433 ", descriptors = %" B_PRIu32, maxLbaCount, maxDescriptorCount);
440 device->max_unmap_lba_count = maxLbaCount;
258 determine_unmap_support(const UnmapSupport* unmapSupport, enum trim_command* unmapCommand, uint32* maxLbaCount, uint32* maxDescriptorCount) argument
[all...]

Completed in 58 milliseconds