Lines Matching refs:result
450 sc->result = DID_NO_CONNECT << 16;
460 sc->result = ret;
472 sc->result = DID_NO_CONNECT<<16;
482 sc->result = DID_IMM_RETRY << 16;
922 sc->result = (DID_OK << 16) | icmnd_cmpl->scsi_status;
938 sc->result = (DID_TIME_OUT << 16) | icmnd_cmpl->scsi_status;
943 sc->result = (DID_ERROR << 16) | icmnd_cmpl->scsi_status;
949 sc->result = (DID_ERROR << 16) | icmnd_cmpl->scsi_status;
954 sc->result = (DID_REQUEUE << 16) | icmnd_cmpl->scsi_status;
959 sc->result = (DID_ERROR << 16) | icmnd_cmpl->scsi_status;
964 sc->result = (DID_ERROR << 16) | icmnd_cmpl->scsi_status;
969 sc->result = (DID_ERROR << 16) | icmnd_cmpl->scsi_status;
974 sc->result = (DID_ERROR << 16) | icmnd_cmpl->scsi_status;
981 sc->result = (DID_ERROR << 16) | icmnd_cmpl->scsi_status;
1190 sc->result = (DID_ERROR << 16);
1420 sc->result = DID_TRANSPORT_DISRUPTED << 16;
1496 sc->result = DID_NO_CONNECT << 16;
2042 sc->result = (DID_ABORT << 16);
2274 /* Set result to let upper SCSI layer retry */
2275 sc->result = DID_RESET << 16;