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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h1741 #define SD_RETRY_DELAY (drv_usectohz(100000)) macro
1743 #define SD_RETRY_DELAY ((clock_t)0) macro
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c17753 * SD_RETRY_DELAY is conditionally compile (#if fibre) in
17756 * The SD_RETRY_DELAY value need to be adjusted here
17757 * when SD_RETRY_DELAY change in sddef.h
17764 sd_print_sense_failed_msg, msgp, EIO, SD_RETRY_DELAY, NULL);
19325 * The SD_RETRY_DELAY value need to be adjusted here
19326 * when SD_RETRY_DELAY change in sddef.h
19333 EIO, SD_RETRY_DELAY, NULL);

Completed in 129 milliseconds