Searched refs:failed_pc (Results 1 – 5 of 5) sorted by relevance
71 if (drive->failed_pc == pc) in ide_floppy_callback()72 drive->failed_pc = NULL; in ide_floppy_callback()88 if (drive->failed_pc) in ide_floppy_callback()90 drive->failed_pc->c[0]); in ide_floppy_callback()128 if (drive->failed_pc == NULL && in ide_floppy_issue_pc()130 drive->failed_pc = pc; in ide_floppy_issue_pc()144 drive->failed_pc = NULL; in ide_floppy_issue_pc()243 if (drive->failed_pc) { in ide_floppy_do_request()244 ide_floppy_report_error(floppy, drive->failed_pc); in ide_floppy_do_request()245 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()583 if (drive->failed_pc && drive->pc->c[0] == REQUEST_SENSE) { in idetape_do_request()584 pc = drive->failed_pc; in idetape_do_request()
141 drive->failed_pc = NULL; in ide_kill_rq()
478 drive->failed_pc = NULL; in ide_pc_intr()
556 struct ide_atapi_pc *failed_pc; member