Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h1761 #define SD_RETRY_COUNT 3 macro
1763 #define SD_RETRY_COUNT 5 macro
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c7485 un->un_retry_count = SD_RETRY_COUNT; in sd_unit_attach()