Home
last modified time | relevance | path

Searched refs:SD_RETRY_COUNT (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h1756 #define SD_RETRY_COUNT 3 macro
1758 #define SD_RETRY_COUNT 5 macro
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dsd.c7499 un->un_retry_count = SD_RETRY_COUNT; in sd_unit_attach()