Lines Matching refs:op
95 request->op = TO_MSEN; in tape_34xx_medium_sense()
112 request->op = TO_MSEN; in tape_34xx_medium_sense_async()
121 enum tape_op op; member
142 switch(p->op) { in tape_34xx_work_handler()
154 tape_34xx_schedule_work(struct tape_device *device, enum tape_op op) in tape_34xx_schedule_work() argument
164 p->op = op; in tape_34xx_schedule_work()
176 DBF_EVENT(6, "%s done\n", tape_op_verbose[request->op]); in tape_34xx_done()
178 switch (request->op) { in tape_34xx_done()
197 tape_op_verbose[request->op], rc); in tape_34xx_erp_failed()
205 tape_op_verbose[request->op]); in tape_34xx_erp_succeeded()
212 DBF_EVENT(3, "xerp retr %s\n", tape_op_verbose[request->op]); in tape_34xx_erp_retry()
243 if (request->op == TO_RFO) { in tape_34xx_erp_read_opposite()
264 if (request->op != TO_ASSIGN) { in tape_34xx_erp_bug()
330 request->op == TO_DSE || in tape_34xx_unit_check()
331 request->op == TO_WRI || in tape_34xx_unit_check()
332 request->op == TO_WTM in tape_34xx_unit_check()
361 switch (request->op) { in tape_34xx_unit_check()
528 if (request->op == TO_RUN) { in tape_34xx_unit_check()
543 if (request->op == TO_DSE) in tape_34xx_unit_check()
582 if (request->op == TO_RUN) in tape_34xx_unit_check()
615 if (request->op==TO_WRI || in tape_34xx_unit_check()
616 request->op==TO_DSE || in tape_34xx_unit_check()
617 request->op==TO_WTM) in tape_34xx_unit_check()
647 switch(request->op) { in tape_34xx_unit_check()
661 if (request->op != TO_BLOCK && request->op != TO_LBL) in tape_34xx_unit_check()
753 if (request->op == TO_RUN) { in tape_34xx_unit_check()
839 (request->op == TO_WRI)) { in tape_34xx_irq()
852 if (request->op == TO_BSB || request->op == TO_FSB) in tape_34xx_irq()
1100 request->op = TO_LBL; in tape_34xx_mtseek()