Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/pcmcia/
Dnsp_cs.c965 struct scsi_cmnd *tmpSC; in nspintr() local
1044 tmpSC = data->CurrentSC; in nspintr()
1045 scsi_pointer = nsp_priv(tmpSC); in nspintr()
1046 tmpSC->result = (DID_RESET << 16) | in nspintr()
1049 nsp_scsi_done(tmpSC); in nspintr()
1061 tmpSC = data->CurrentSC; in nspintr()
1062 scsi_pointer = nsp_priv(tmpSC); in nspintr()
1063 target = tmpSC->device->id; in nspintr()
1064 lun = tmpSC->device->lun; in nspintr()
1074 nsp_reselected(tmpSC); in nspintr()
[all …]