Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/pcmcia/
Dnsp_cs.c967 struct scsi_cmnd *tmpSC; in nspintr() local
1046 tmpSC = data->CurrentSC; in nspintr()
1047 scsi_pointer = nsp_priv(tmpSC); in nspintr()
1048 tmpSC->result = (DID_RESET << 16) | in nspintr()
1051 nsp_scsi_done(tmpSC); in nspintr()
1063 tmpSC = data->CurrentSC; in nspintr()
1064 scsi_pointer = nsp_priv(tmpSC); in nspintr()
1065 target = tmpSC->device->id; in nspintr()
1066 lun = tmpSC->device->lun; in nspintr()
1076 nsp_reselected(tmpSC); in nspintr()
[all …]