Home
last modified time | relevance | path

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

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