Lines Matching defs:tmpSC
965 struct scsi_cmnd *tmpSC;
1044 tmpSC = data->CurrentSC;
1045 scsi_pointer = nsp_priv(tmpSC);
1046 tmpSC->result = (DID_RESET << 16) |
1049 nsp_scsi_done(tmpSC);
1061 tmpSC = data->CurrentSC;
1062 scsi_pointer = nsp_priv(tmpSC);
1063 target = tmpSC->device->id;
1064 lun = tmpSC->device->lun;
1074 nsp_reselected(tmpSC);
1083 //show_phase(tmpSC);
1095 tmpSC->result = DID_TIME_OUT << 16;
1096 nsp_scsi_done(tmpSC);
1101 nsp_start_timer(tmpSC, 1000/51);
1119 tmpSC->result = DID_ABORT << 16;
1120 nsp_scsi_done(tmpSC);
1146 tmpSC->result = (DID_OK << 16) |
1149 nsp_dbg(NSP_DEBUG_INTR, "command complete result=0x%x", tmpSC->result);
1150 nsp_scsi_done(tmpSC);
1164 tmpSC->result = DID_ERROR << 16;
1165 nsp_scsi_done(tmpSC);
1179 nsp_nexus(tmpSC);
1182 nsp_dbg(NSP_DEBUG_INTR, "cmd_len=%d", tmpSC->cmd_len);
1184 for (i = 0; i < tmpSC->cmd_len; i++) {
1185 nsp_index_write(base, COMMANDDATA, tmpSC->cmnd[i]);
1196 nsp_pio_write(tmpSC);
1206 nsp_pio_read(tmpSC);
1211 nsp_dataphase_bypass(tmpSC);
1249 nsp_analyze_sdtr(tmpSC);
1251 nsp_message_out(tmpSC);
1255 nsp_dataphase_bypass(tmpSC);
1262 nsp_message_in(tmpSC);
1281 nsp_analyze_sdtr(tmpSC);
1312 nsp_start_timer(tmpSC, 1000/102);