Home
last modified time | relevance | path

Searched refs:PC_FLAG_ABORT (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/ide/
Dide-tape.c300 pc->flags |= PC_FLAG_ABORT; in idetape_analyze_error()
305 pc->flags |= PC_FLAG_ABORT; in idetape_analyze_error()
311 pc->flags |= PC_FLAG_ABORT; in idetape_analyze_error()
317 pc->flags |= PC_FLAG_ABORT; in idetape_analyze_error()
319 if (!(pc->flags & PC_FLAG_ABORT) && in idetape_analyze_error()
454 (pc->flags & PC_FLAG_ABORT)) { in ide_tape_issue_pc()
461 if (!(pc->flags & PC_FLAG_ABORT)) { in ide_tape_issue_pc()
/Linux-v5.10/include/linux/
Dide.h360 PC_FLAG_ABORT = BIT(0), enumerator