Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dscsi_error.c1431 unsigned int device_error = 0; in scsi_unjam_host() local
1438 device_error++; in scsi_unjam_host()
1444 device_error++; in scsi_unjam_host()
1447 if (device_error > 0) { in scsi_unjam_host()
Dips.c3477 int device_error; local
3500 device_error = 0;
3581 device_error = 2; /* check condition */
3595 scb->scsi_cmd->result = device_error | (errcode << 16);
3712 int device_error; local
3965 device_error = 2; /* Indicate Check Condition */
3966 scb->scsi_cmd->result = device_error | (DID_OK << 16);