Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/pcmcia/
Dnsp_cs.c960 struct scsi_cmnd *tmpSC; in nspintr() local
1038 tmpSC = data->CurrentSC; in nspintr()
1039 tmpSC->result = (DID_RESET << 16) | in nspintr()
1040 ((tmpSC->SCp.Message & 0xff) << 8) | in nspintr()
1041 ((tmpSC->SCp.Status & 0xff) << 0); in nspintr()
1042 nsp_scsi_done(tmpSC); in nspintr()
1054 tmpSC = data->CurrentSC; in nspintr()
1055 target = tmpSC->device->id; in nspintr()
1056 lun = tmpSC->device->lun; in nspintr()
1066 if (nsp_reselected(tmpSC) != FALSE) { in nspintr()
[all …]