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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-floppy.c276 idefloppy_pc_t *failed_pc; /* Last failed packet command */ member in struct:__anon1368
705 floppy->failed_pc = NULL;
823 if (floppy->failed_pc)
824 printk (KERN_INFO "ide-floppy: pc = %x, sense key = %x, asc = %x, ascq = %x\n",floppy->failed_pc->c[0],result->sense_key,result->asc,result->ascq);
957 if (floppy->failed_pc == pc)
958 floppy->failed_pc=NULL;
1105 if (floppy->failed_pc == NULL && pc->c[0] != IDEFLOPPY_REQUEST_SENSE_CMD)
1106 floppy->failed_pc=pc;
1122 floppy->failed_pc=NULL;
1308 if (floppy->failed_pc !
[all...]
H A Dide-tape.c573 * failed_pc points to the last failed packet command, or contains
579 idetape_pc_t *failed_pc; /* Last failed packet command */ member in struct:__anon1394
1340 idetape_pc_t *pc = tape->failed_pc;
1564 tape->failed_pc = NULL;
1826 if (tape->failed_pc == pc)
1827 tape->failed_pc = NULL;
1974 if (tape->failed_pc == NULL && pc->c[0] != IDETAPE_REQUEST_SENSE_CMD)
1975 tape->failed_pc = pc;
1995 tape->failed_pc = NULL;
2179 if (tape->failed_pc
[all...]

Completed in 47 milliseconds