Lines Matching defs:icmnd_cmpl

814 	struct fcpio_icmnd_cmpl *icmnd_cmpl;
827 icmnd_cmpl = &desc->u.icmnd_cmpl;
841 "icmnd_cmpl sc is null - "
846 ((u64)icmnd_cmpl->_resvd0[1] << 16 |
847 (u64)icmnd_cmpl->_resvd0[0]),
849 (u64)icmnd_cmpl->scsi_status << 8 |
850 (u64)icmnd_cmpl->flags), desc,
851 (u64)icmnd_cmpl->residual, 0);
864 "icmnd_cmpl io_req is null - "
891 "icmnd_cmpl abts pending "
896 icmnd_cmpl->scsi_status,
897 icmnd_cmpl->residual);
904 icmnd_cmpl = &desc->u.icmnd_cmpl;
908 sc->result = (DID_OK << 16) | icmnd_cmpl->scsi_status;
911 if (icmnd_cmpl->flags & FCPIO_ICMND_CMPL_RESID_UNDER) {
912 xfer_len -= icmnd_cmpl->residual;
913 scsi_set_resid(sc, icmnd_cmpl->residual);
916 if (icmnd_cmpl->scsi_status == SAM_STAT_CHECK_CONDITION)
919 if (icmnd_cmpl->scsi_status == SAM_STAT_TASK_SET_FULL)
925 sc->result = (DID_TIME_OUT << 16) | icmnd_cmpl->scsi_status;
930 sc->result = (DID_ERROR << 16) | icmnd_cmpl->scsi_status;
935 scsi_set_resid(sc, icmnd_cmpl->residual);
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;
985 (u64)icmnd_cmpl->scsi_status << 48 |
986 (u64)icmnd_cmpl->flags << 40 | (u64)sc->cmnd[0] << 32 |
992 ((u64)icmnd_cmpl->_resvd0[1] << 56 |
993 (u64)icmnd_cmpl->_resvd0[0] << 48 |