Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dses.h269 #define SES_RETRY_MULTIPLIER 8 macro
271 #define SES_CMD_RETRY SES_RETRY_MULTIPLIER
278 retry += (retry > 0)? (SES_RETRY_MULTIPLIER -1) : 0;
282 retry += (retry > 0)? (SES_RETRY_MULTIPLIER -2) : 0;
286 retry += (retry > 0)? (SES_RETRY_MULTIPLIER -4) : 0;
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dses.c51 static int ses_retry_count = SES_RETRY_COUNT * SES_RETRY_MULTIPLIER;