Searched refs:the_result (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsd.c1010 unsigned int the_result; local
1025 the_result = scsi_execute_req(sdkp->device, cmd,
1038 if (the_result)
1042 (!scsi_status_is_good(the_result) ||
1043 ((driver_byte(the_result) & DRIVER_SENSE) &&
1046 if ((driver_byte(the_result) & DRIVER_SENSE) == 0) {
1049 if(!spintime && !scsi_status_is_good(the_result)) {
1051 sd_print_result(sdkp, the_result);
1119 if (scsi_status_is_good(the_result))
1158 int the_result, retrie local
[all...]
H A Dsr.c624 int the_result, retries = 3; local
638 the_result = scsi_execute_req(cd->device, cmd, DMA_FROM_DEVICE,
644 } while (the_result && retries);
647 if (the_result) {
707 unsigned int the_result; local
738 the_result = scsi_execute_req (cd->device, cmd, DMA_NONE, NULL,
744 (!scsi_status_is_good(the_result) ||

Completed in 95 milliseconds