Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ide/
Dide-tape.c299 pc->flags |= PC_FLAG_ABORT; in idetape_analyze_error()
304 pc->flags |= PC_FLAG_ABORT; in idetape_analyze_error()
310 pc->flags |= PC_FLAG_ABORT; in idetape_analyze_error()
316 pc->flags |= PC_FLAG_ABORT; in idetape_analyze_error()
318 if (!(pc->flags & PC_FLAG_ABORT) && in idetape_analyze_error()
453 (pc->flags & PC_FLAG_ABORT)) { in ide_tape_issue_pc()
460 if (!(pc->flags & PC_FLAG_ABORT)) { in ide_tape_issue_pc()
/Linux-v5.4/include/linux/
Dide.h360 PC_FLAG_ABORT = BIT(0), enumerator