Lines Matching refs:result
524 cmd->result = (cmd->result & 0xffff00ff) | (status << 8);
795 if (host_byte(scmd->result) == DID_RESET) {
804 if (host_byte(scmd->result) != DID_OK)
861 "%s result: %x\n", __func__, scmd->result));
1053 ses->result = scmd->result;
1064 scmd->result = 0;
1117 scmd->result = ses->result;
1327 if (!scsi_status_is_check_condition(scmd->result))
1344 "sense requested, result %x\n", scmd->result));
1350 * if the result was normal, then just pass it along to the
1828 switch (host_byte(scmd->result)) {
1846 if (scsi_ml_byte(scmd->result) == SCSIML_STAT_DL_TIMEOUT)
1849 if (!scsi_status_is_check_condition(scmd->result))
1882 * if the device is offline, then we clearly just pass the result back
1895 switch (host_byte(scmd->result)) {
1902 scmd->result &= 0xff00ffff;
2215 * scsi_eh_get_sense), scmd->result is already
2218 if (!scmd->result &&
2220 scmd->result |= (DID_TIME_OUT << 16);