Lines Matching refs:result

543 	    "sc->result = %08X\n", ioc->name, le16_to_cpu(pScsiReply->TaskTag),
544 le32_to_cpu(pScsiReply->TransferCount), sc->result);
635 sc->result = DID_NO_CONNECT << 16;
641 sc->result = DID_OK << 16; /* Set default reply as OK */
708 sc->result = SAM_STAT_BUSY;
713 sc->result = DID_BAD_TARGET << 16;
719 sc->result = DID_NO_CONNECT << 16;
722 sc->result = DID_REQUEUE << 16;
766 sc->result =
780 sc->result = DID_ERROR << 16;
793 sc->result = DID_RESET << 16;
798 sc->result = DID_ERROR << 16;
800 sc->result = DID_RESET << 16;
806 sc->result=DID_SOFT_ERROR << 16;
808 sc->result = (DID_OK << 16) | scsi_status;
810 "RESIDUAL_MISMATCH: result=%x on channel=%d id=%d\n",
811 ioc->name, sc->result, sc->device->channel, sc->device->id));
819 sc->result = (DID_OK << 16) | scsi_status;
826 * with result of command (READ or VERIFY),
839 sc->result =
853 sc->result = SAM_STAT_BUSY;
855 sc->result = DID_SOFT_ERROR << 16;
860 sc->result = DID_SOFT_ERROR << 16;
864 sc->result = DID_RESET << 16;
887 sc->result = (DID_OK << 16) | scsi_status;
958 sc->result = DID_SOFT_ERROR << 16;
962 sc->result = DID_RESET << 16;
972 if (sc->result == MPI_SCSI_STATUS_TASK_SET_FULL)
982 sc->result = DID_SOFT_ERROR << 16;
997 sc->result = DID_SOFT_ERROR << 16;
1003 if (sc->result && (ioc->debug_level & MPT_DEBUG_REPLY))
1052 sc->result = DID_RESET << 16;
1115 sc->result = DID_NO_CONNECT << 16;
1695 SCpnt->result = DID_RESET << 16;
1712 SCpnt->result = DID_NO_CONNECT << 16;
1724 SCpnt->result = DID_RESET << 16;
1735 SCpnt->result = DID_RESET << 16;
1746 SCpnt->result = DID_RESET << 16;
2112 /* return result */