Home
last modified time | relevance | path

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

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