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

/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Ddevice.cpp84 device->unmap_command = TRIM_NONE;
H A Dblock.cpp281 *unmapCommand = TRIM_NONE;
303 if (*unmapCommand == TRIM_NONE && unmapSupport->ws16Supported) {
317 if (*unmapCommand == TRIM_NONE && unmapSupport->ws10Supported) {
378 enum trim_command unmapCommand = TRIM_NONE;
407 unmapCommand = TRIM_NONE;
427 unmapCommand == TRIM_NONE ? "disabled"
783 if (device->unmap_command == TRIM_NONE
H A Dscsi_periph_int.h20 TRIM_NONE, // TRIM operation is disabled for this device enumerator in enum:trim_command

Completed in 88 milliseconds