tag | line | file | source code |
dsc | 490 | drivers/block/ide-tape.c | unsigned dsc :1; /* Set when a media access command is finished */ |
dsc | 1630 | drivers/block/ide-tape.c | if (pc->wait_for_dsc && !status.b.dsc) { /* Media access command */ |
dsc | 1780 | drivers/block/ide-tape.c | if (status.b.dsc) { /* DSC received */ |
dsc | 1855 | drivers/block/ide-tape.c | if (status.b.dsc) { /* DSC received */ |
dsc | 2987 | drivers/block/ide-tape.c | status.b.dsc=1; |
dsc | 2993 | drivers/block/ide-tape.c | if (!status.b.dsc) { /* Tape buffer not ready to accept r/w command */ |
dsc | 3015 | drivers/block/ide-tape.c | if (!status.b.dsc) { /* Tape buffer not ready to accept r/w command */ |
dsc | 3043 | drivers/block/ide-tape.c | if (!status.b.dsc) { /* Tape buffers are still not ready */ |