Searched refs:tmpSC (Results 1 – 1 of 1) sorted by relevance
967 struct scsi_cmnd *tmpSC; in nspintr() local1046 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 …]