Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h284 uint_t un_retry_count; /* Per disk retry count */ member
1772 #define CD_NOT_READY_RETRY_COUNT(un) (un->un_retry_count * 2)
1773 #define DISK_NOT_READY_RETRY_COUNT(un) (un->un_retry_count / 2)
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c4160 un->un_retry_count = val; in sd_set_properties()
4165 "timeout retry count set to %d\n", un->un_retry_count); in sd_set_properties()
7483 un->un_retry_count = un->un_f_is_fibre ? 3 : 5; in sd_unit_attach()
7485 un->un_retry_count = SD_RETRY_COUNT; in sd_unit_attach()
7502 un->un_busy_retry_count = un->un_retry_count; in sd_unit_attach()
7510 un->un_reset_retry_count = (un->un_retry_count / 2); in sd_unit_attach()
7515 un->un_victim_retry_count = (2 * un->un_retry_count); in sd_unit_attach()
15845 if (xp->xb_retry_count >= un->un_retry_count) {