Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/include/linux/
Dide.h359 PC_FLAG_ABORT = (1 << 0), enumerator