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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h1291 #define SD_RETRIES_FAILFAST 0x4000 macro
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c15731 * If SD_RETRIES_FAILFAST is set, it indicates that either a
15740 if (retry_check_flag & SD_RETRIES_FAILFAST) {
15814 * SD_RETRIES_FAILFAST is clear, which indicates that we
19025 * SD_RETRIES_FAILFAST to indicate that we lost communication
19030 flag |= SD_RETRIES_FAILFAST;
19180 * communication with the target, so set SD_RETRIES_FAILFAST
19184 (SD_RETRIES_STANDARD | SD_RETRIES_ISOLATE | SD_RETRIES_FAILFAST),

Completed in 128 milliseconds