Home
last modified time | relevance | path

Searched refs:tmpSC (Results 1 – 1 of 1) sorted by relevance

/drivers/scsi/pcmcia/
Dnsp_cs.c958 struct scsi_cmnd *tmpSC; in nspintr() local
1036 tmpSC = data->CurrentSC; in nspintr()
1037 tmpSC->result = (DID_RESET << 16) | in nspintr()
1038 ((tmpSC->SCp.Message & 0xff) << 8) | in nspintr()
1039 ((tmpSC->SCp.Status & 0xff) << 0); in nspintr()
1040 nsp_scsi_done(tmpSC); in nspintr()
1052 tmpSC = data->CurrentSC; in nspintr()
1053 target = tmpSC->device->id; in nspintr()
1054 lun = tmpSC->device->lun; in nspintr()
1064 if (nsp_reselected(tmpSC) != FALSE) { in nspintr()
[all …]