Lines Matching defs:SCtmp
219 struct scsi_cmnd *SCtmp;
252 SCtmp = ecbptr->SCpnt;
253 if (!SCtmp) {
254 printk("Aha1740 null SCtmp in interrupt (%x,%x,%x,%d)\n",
259 sgptr = (struct aha1740_sg *) SCtmp->host_scribble;
260 scsi_dma_unmap(SCtmp);
265 SCtmp->host_scribble,
274 memcpy_and_pad(SCtmp->sense_buffer,
285 SCtmp->result = errstatus;
289 my_done(SCtmp);