Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ide/
Dide-floppy.c101 rq->errors = uptodate ? 0 : IDE_DRV_ERROR_GENERAL; in ide_floppy_callback()
142 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()
879 if (rq->errors == IDE_DRV_ERROR_GENERAL) in idetape_queue_rw_tail()
Dide-io.c147 rq->errors = IDE_DRV_ERROR_GENERAL; in ide_kill_rq()
/linux-4.4.14/include/linux/
Dide.h57 IDE_DRV_ERROR_GENERAL = 101, enumerator