Home
last modified time | relevance | path

Searched refs:IDE_DRV_ERROR_GENERAL (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/ide/
Dide-floppy.c102 scsi_req(rq)->result = uptodate ? 0 : IDE_DRV_ERROR_GENERAL; in ide_floppy_callback()
143 pc->error = IDE_DRV_ERROR_GENERAL; in ide_floppy_issue_pc()
Dide-tape.c332 int err = uptodate ? 0 : IDE_DRV_ERROR_GENERAL; in ide_tape_callback()
472 pc->error = IDE_DRV_ERROR_GENERAL; in ide_tape_issue_pc()
536 pc->error = IDE_DRV_ERROR_GENERAL; in idetape_media_access_finished()
881 if (scsi_req(rq)->result == IDE_DRV_ERROR_GENERAL) in idetape_queue_rw_tail()
Dide-io.c147 scsi_req(rq)->result = IDE_DRV_ERROR_GENERAL; in ide_kill_rq()
/Linux-v4.19/include/linux/
Dide.h89 IDE_DRV_ERROR_GENERAL = 101, enumerator