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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h284 uint_t un_retry_count; /* Per disk retry count */ member in struct:sd_lun
1771 #define CD_NOT_READY_RETRY_COUNT(un) (un->un_retry_count * 2)
1772 #define DISK_NOT_READY_RETRY_COUNT(un) (un->un_retry_count / 2)
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c4160 un->un_retry_count = val;
4165 "timeout retry count set to %d\n", un->un_retry_count);
7472 * Set un_retry_count with SD_RETRY_COUNT, this is ok for Sparc
7475 * x86 has 1 binary, un_retry_count is set base on connection type.
7483 un->un_retry_count = un->un_f_is_fibre ? 3 : 5;
7485 un->un_retry_count = SD_RETRY_COUNT;
7498 * Set the busy retry count to the default value of un_retry_count.
7502 un->un_busy_retry_count = un->un_retry_count;
7510 un->un_reset_retry_count = (un->un_retry_count / 2);
7513 * Set the victim_retry_count to the default un_retry_count
[all...]

Completed in 96 milliseconds