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.h1063 short xb_retry_count; member in struct:sd_fi_xb
1400 short xb_retry_count; member in struct:sd_xbuf
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c11662 xp->xb_retry_count = 0;
15845 if (xp->xb_retry_count >= un->un_retry_count) {
15863 xp->xb_retry_count++;
15865 "sd_retry_command: retry count:%d\n", xp->xb_retry_count);
15883 if (xp->xb_retry_count >= un->un_busy_retry_count) {
15889 xp->xb_retry_count++;
15891 "sd_retry_command: retry count:%d\n", xp->xb_retry_count);
16376 sense_xp->xb_retry_count = 0;
18465 (xp->xb_retry_count == un->un_reset_retry_count)) {
18936 if ((pktp->pkt_reason != CMD_CMPLT) || (xp->xb_retry_count
[all...]

Completed in 112 milliseconds