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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-floppy.c213 idefloppy_pc_t *failed_pc; member in struct:ide_floppy_obj
494 floppy->failed_pc = NULL;
634 if (floppy->failed_pc)
636 "asc = %x, ascq = %x\n", floppy->failed_pc->c[0],
765 if (floppy->failed_pc == pc)
766 floppy->failed_pc = NULL;
967 if (floppy->failed_pc == NULL &&
969 floppy->failed_pc = pc;
992 floppy->failed_pc = NULL;
1198 if (floppy->failed_pc !
[all...]
H A Dide-tape.c493 * failed_pc points to the last failed packet command, or contains
501 idetape_pc_t *failed_pc; member in struct:ide_tape_obj
1146 idetape_pc_t *pc = tape->failed_pc;
1380 tape->failed_pc = NULL;
1642 if (tape->failed_pc == pc)
1643 tape->failed_pc = NULL;
1813 if (tape->failed_pc == NULL && pc->c[0] != IDETAPE_REQUEST_SENSE_CMD)
1814 tape->failed_pc = pc;
1839 tape->failed_pc = NULL;
1990 if (tape->failed_pc
[all...]

Completed in 93 milliseconds