Searched refs:failed_pc (Results 1 – 5 of 5) sorted by relevance
73 if (drive->failed_pc == pc) in ide_floppy_callback()74 drive->failed_pc = NULL; in ide_floppy_callback()90 if (drive->failed_pc) in ide_floppy_callback()92 drive->failed_pc->c[0]); in ide_floppy_callback()130 if (drive->failed_pc == NULL && in ide_floppy_issue_pc()132 drive->failed_pc = pc; in ide_floppy_issue_pc()146 drive->failed_pc = NULL; in ide_floppy_issue_pc()245 if (drive->failed_pc) { in ide_floppy_do_request()246 ide_floppy_report_error(floppy, drive->failed_pc); in ide_floppy_do_request()247 drive->failed_pc = NULL; in ide_floppy_do_request()[all …]
272 struct ide_atapi_pc *pc = drive->failed_pc; in idetape_analyze_error()341 if (drive->failed_pc == pc) in ide_tape_callback()342 drive->failed_pc = NULL; in ide_tape_callback()447 if (drive->failed_pc == NULL && pc->c[0] != REQUEST_SENSE) in ide_tape_issue_pc()448 drive->failed_pc = pc; in ide_tape_issue_pc()476 drive->failed_pc = NULL; in ide_tape_issue_pc()538 drive->failed_pc = NULL; in idetape_media_access_finished()586 if (drive->failed_pc && drive->pc->c[0] == REQUEST_SENSE) { in idetape_do_request()587 pc = drive->failed_pc; in idetape_do_request()
151 drive->failed_pc = NULL; in ide_kill_rq()
505 drive->failed_pc = NULL; in ide_pc_intr()
605 struct ide_atapi_pc *failed_pc; member