Lines Matching refs:result
440 sc->result = DID_NO_CONNECT << 16;
450 sc->result = ret;
462 sc->result = DID_NO_CONNECT<<16;
472 sc->result = DID_IMM_RETRY << 16;
908 sc->result = (DID_OK << 16) | icmnd_cmpl->scsi_status;
925 sc->result = (DID_TIME_OUT << 16) | icmnd_cmpl->scsi_status;
930 sc->result = (DID_ERROR << 16) | icmnd_cmpl->scsi_status;
936 sc->result = (DID_ERROR << 16) | icmnd_cmpl->scsi_status;
941 sc->result = (DID_REQUEUE << 16) | icmnd_cmpl->scsi_status;
946 sc->result = (DID_ERROR << 16) | icmnd_cmpl->scsi_status;
951 sc->result = (DID_ERROR << 16) | icmnd_cmpl->scsi_status;
956 sc->result = (DID_ERROR << 16) | icmnd_cmpl->scsi_status;
961 sc->result = (DID_ERROR << 16) | icmnd_cmpl->scsi_status;
968 sc->result = (DID_ERROR << 16) | icmnd_cmpl->scsi_status;
1190 sc->result = (DID_ERROR << 16);
1406 sc->result = DID_TRANSPORT_DISRUPTED << 16;
1486 sc->result = DID_NO_CONNECT << 16;
1924 sc->result = DID_ABORT << 16;
2145 /* Set result to let upper SCSI layer retry */
2146 sc->result = DID_RESET << 16;