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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsd.c1310 unsigned int the_result; local
1325 the_result = scsi_execute_req(sdkp->device, cmd,
1338 if (the_result)
1342 (!scsi_status_is_good(the_result) ||
1343 ((driver_byte(the_result) & DRIVER_SENSE) &&
1346 if ((driver_byte(the_result) & DRIVER_SENSE) == 0) {
1349 if(!spintime && !scsi_status_is_good(the_result)) {
1351 sd_print_result(sdkp, the_result);
1418 if (scsi_status_is_good(the_result))
1461 int the_result)
1459 read_capacity_error(struct scsi_disk *sdkp, struct scsi_device *sdp, struct scsi_sense_hdr *sshdr, int sense_valid, int the_result) argument
1498 int the_result; local
1592 int the_result; local
[all...]
H A Dsr.c173 int the_result; local
180 the_result = scsi_execute_req(sdev, cmd, DMA_NONE, NULL,
188 (!scsi_status_is_good(the_result) ||
191 return the_result;
677 int the_result, retries = 3; local
687 the_result = scsi_execute_req(cd->device, cmd, DMA_FROM_DEVICE,
693 } while (the_result && retries);
696 if (the_result) {

Completed in 45 milliseconds