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

/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dblock.cpp60 uint32 maxUnmapDescriptorCount; member in struct:UnmapSupport
244 unmapSupport->maxUnmapDescriptorCount = B_BENDIAN_TO_HOST_INT32(
275 unmapSupport->maxUnmapDescriptorCount,
291 && unmapSupport->maxUnmapDescriptorCount > 0) {
294 if (unmapSupport->maxUnmapDescriptorCount == UINT32_MAX
295 || unmapSupport->maxUnmapDescriptorCount > UNMAP_MAX_DESCRIPTORS) {
299 *maxDescriptorCount = unmapSupport->maxUnmapDescriptorCount;

Completed in 22 milliseconds