Searched refs:failed_pc (Results 1 – 5 of 5) sorted by relevance
72 if (drive->failed_pc == pc) in ide_floppy_callback()73 drive->failed_pc = NULL; in ide_floppy_callback()89 if (drive->failed_pc) in ide_floppy_callback()91 drive->failed_pc->c[0]); in ide_floppy_callback()129 if (drive->failed_pc == NULL && in ide_floppy_issue_pc()131 drive->failed_pc = pc; in ide_floppy_issue_pc()145 drive->failed_pc = NULL; in ide_floppy_issue_pc()244 if (drive->failed_pc) { in ide_floppy_do_request()245 ide_floppy_report_error(floppy, drive->failed_pc); in ide_floppy_do_request()246 drive->failed_pc = NULL; in ide_floppy_do_request()[all …]
271 struct ide_atapi_pc *pc = drive->failed_pc; in idetape_analyze_error()340 if (drive->failed_pc == pc) in ide_tape_callback()341 drive->failed_pc = NULL; in ide_tape_callback()446 if (drive->failed_pc == NULL && pc->c[0] != REQUEST_SENSE) in ide_tape_issue_pc()447 drive->failed_pc = pc; in ide_tape_issue_pc()475 drive->failed_pc = NULL; in ide_tape_issue_pc()537 drive->failed_pc = NULL; in idetape_media_access_finished()585 if (drive->failed_pc && drive->pc->c[0] == REQUEST_SENSE) { in idetape_do_request()586 pc = drive->failed_pc; in idetape_do_request()
141 drive->failed_pc = NULL; in ide_kill_rq()
489 drive->failed_pc = NULL; in ide_pc_intr()
600 struct ide_atapi_pc *failed_pc; member