Lines Matching defs:failed
157 ide_debug_log(IDE_DBG_SENSE, "failed cmd: 0x%x",
216 * failed request. Also, the sense data should be read
220 struct request *failed = ide_req(rq)->special;
223 if (failed) {
228 memcpy(scsi_req(failed)->sense, sense, 18);
229 scsi_req(failed)->sense_len = scsi_req(rq)->sense_len;
230 cdrom_analyze_sense_data(drive, failed);
232 if (ide_end_rq(drive, failed, BLK_STS_IOERR, blk_rq_bytes(failed)))
243 * returns: 0 failed (write timeout expired)
440 bool failed;
482 failed = (rq->rq_flags & RQF_FAILED) != 0;
483 if (failed) {
485 * The request failed. Retry if it was due to a unit
507 } while (failed && retries >= 0);
509 /* return an error if the command failed */
510 return failed ? -EIO : 0;
1547 printk(KERN_ERR PFX "%s: %s failed to register device with the"
1785 goto failed;
1788 goto failed;
1797 goto failed;
1825 goto failed;
1839 failed: