Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h1071 short xb_retry_count; member
1408 short xb_retry_count; member
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c10879 xp->xb_retry_count = 0; in sd_xbuf_init()
15060 if (xp->xb_retry_count >= un->un_retry_count) {
15078 xp->xb_retry_count++;
15080 "sd_retry_command: retry count:%d\n", xp->xb_retry_count);
15098 if (xp->xb_retry_count >= un->un_busy_retry_count) {
15104 xp->xb_retry_count++;
15106 "sd_retry_command: retry count:%d\n", xp->xb_retry_count);
15591 sense_xp->xb_retry_count = 0;
17633 (xp->xb_retry_count == un->un_reset_retry_count)) {
18070 if ((pktp->pkt_reason != CMD_CMPLT) || (xp->xb_retry_count == 0)) {
[all …]