Searched defs:tmpSC (Results 1 - 1 of 1) sorted by last modified time

/drivers/scsi/pcmcia/
H A Dnsp_cs.c960 struct scsi_cmnd *tmpSC; local
1038 tmpSC = data->CurrentSC;
1039 tmpSC->result = (DID_RESET << 16) |
1040 ((tmpSC->SCp.Message & 0xff) << 8) |
1041 ((tmpSC->SCp.Status & 0xff) << 0);
1042 nsp_scsi_done(tmpSC);
1054 tmpSC = data->CurrentSC;
1055 target = tmpSC->device->id;
1056 lun = tmpSC->device->lun;
1066 if (nsp_reselected(tmpSC) !
[all...]

Completed in 40 milliseconds