Lines Matching refs:result
157 (cmd->result))
2850 cmd->result = DRIVER_SENSE << 24 | DID_ABORT << 16 |
2861 cmd->result = DRIVER_SENSE << 24 | DID_ABORT << 16 |
2873 cmd->result = DRIVER_SENSE << 24 | DID_ABORT << 16 |
2909 cmd->result = DID_ERROR << 16;
2921 cmd->result = DID_ERROR << 16;
2937 cmd->result = DRIVER_SENSE << 24 | DID_ABORT << 16 |
2953 cmd->result = DRIVER_SENSE << 24 | DID_ABORT << 16 |
2970 cmd->result = DRIVER_SENSE << 24 | DID_ABORT << 16 |
3503 if ((cmnd->result == SAM_STAT_TASK_SET_FULL) ||
3504 (cmnd->result == SAM_STAT_BUSY)) {
3511 (cmnd->result == SAM_STAT_TASK_SET_FULL) ?
3604 * IOSTAT_FCP_RSP_ERROR. This routine sets result field of scsi command
3782 cmnd->result = host_status << 16 | scsi_status;
3792 * This routine assigns scsi command result by looking into response IOCB
3834 lpfc_cmd->result = (pIocbOut->iocb.un.ulpWord[4] & IOERR_PARAM_MASK);
3876 (lpfc_cmd->result & IOERR_DRVR_MASK))
3889 "status: x%x result: x%x "
3895 lpfc_cmd->status, lpfc_cmd->result,
3905 /* Call FCP RSP handler to determine result */
3910 cmd->result = DID_TRANSPORT_DISRUPTED << 16;
3938 if (lpfc_cmd->result == IOERR_ELXSEC_KEY_UNWRAP_ERROR ||
3939 lpfc_cmd->result ==
3941 lpfc_cmd->result == IOERR_ELXSEC_CRYPTO_ERROR ||
3942 lpfc_cmd->result ==
3944 cmd->result = DID_NO_CONNECT << 16;
3947 if (lpfc_cmd->result == IOERR_INVALID_RPI ||
3948 lpfc_cmd->result == IOERR_NO_RESOURCES ||
3949 lpfc_cmd->result == IOERR_ABORT_REQUESTED ||
3950 lpfc_cmd->result == IOERR_SLER_CMD_RCV_FAILURE) {
3951 cmd->result = DID_REQUEUE << 16;
3954 if ((lpfc_cmd->result == IOERR_RX_DMA_FAILED ||
3955 lpfc_cmd->result == IOERR_TX_DMA_FAILED) &&
3985 cmd->result = DID_ERROR << 16;
3991 cmd->result = DID_TRANSPORT_DISRUPTED << 16 |
3994 cmd->result = DID_OK << 16;
3996 if (cmd->result || lpfc_cmd->fcp_rsp->rspSnsLen) {
4003 cmd->result, *lp, *(lp + 3), cmd->retries,
4526 cmnd->result = err;
4628 cmnd->result = DID_ERROR << 16;