Searched refs:PC_ABORT (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-floppy.c166 #define PC_ABORT 0 /* Set when an error is considered normal - We won't retry */ macro
1109 if (pc->retries > IDEFLOPPY_MAX_PC_RETRIES || test_bit (PC_ABORT, &pc->flags)) {
1114 if (!test_bit (PC_ABORT, &pc->flags)) {
H A Dide-tape.c452 #define PC_ABORT 0 /* Set when an error is considered normal - We won't retry */ macro
1381 set_bit (PC_ABORT, &pc->flags);
1386 set_bit (PC_ABORT, &pc->flags);
1392 set_bit (PC_ABORT, &pc->flags);
1394 if (!test_bit (PC_ABORT, &pc->flags) && (tape->onstream || pc->actually_transferred))
1978 if (pc->retries > IDETAPE_MAX_PC_RETRIES || test_bit (PC_ABORT, &pc->flags)) {
1985 if (!test_bit (PC_ABORT, &pc->flags)) {

Completed in 56 milliseconds