Lines Matching defs:SCtmp
214 struct scsi_cmnd *SCtmp;
247 SCtmp = ecbptr->SCpnt;
248 if (!SCtmp) {
249 printk("Aha1740 null SCtmp in interrupt (%x,%x,%x,%d)\n",
254 sgptr = (struct aha1740_sg *) SCtmp->host_scribble;
255 scsi_dma_unmap(SCtmp);
260 SCtmp->host_scribble,
269 memcpy(SCtmp->sense_buffer, ecbptr->sense,
277 SCtmp->result = errstatus;
281 my_done(SCtmp);