| .. | .. |
|---|
| 101 | 101 | void tape_std_read_backward(struct tape_device *device, |
|---|
| 102 | 102 | struct tape_request *request); |
|---|
| 103 | 103 | struct tape_request *tape_std_write_block(struct tape_device *, size_t); |
|---|
| 104 | | -void tape_std_check_locate(struct tape_device *, struct tape_request *); |
|---|
| 105 | 104 | |
|---|
| 106 | 105 | /* Some non-mtop commands. */ |
|---|
| 107 | 106 | int tape_std_assign(struct tape_device *); |
|---|
| .. | .. |
|---|
| 131 | 130 | int tape_std_mtweof(struct tape_device *, int); |
|---|
| 132 | 131 | |
|---|
| 133 | 132 | /* Event handlers */ |
|---|
| 134 | | -void tape_std_default_handler(struct tape_device *); |
|---|
| 135 | | -void tape_std_unexpect_uchk_handler(struct tape_device *); |
|---|
| 136 | | -void tape_std_irq(struct tape_device *); |
|---|
| 137 | 133 | void tape_std_process_eov(struct tape_device *); |
|---|
| 138 | | - |
|---|
| 139 | | -// the error recovery stuff: |
|---|
| 140 | | -void tape_std_error_recovery(struct tape_device *); |
|---|
| 141 | | -void tape_std_error_recovery_has_failed(struct tape_device *,int error_id); |
|---|
| 142 | | -void tape_std_error_recovery_succeded(struct tape_device *); |
|---|
| 143 | | -void tape_std_error_recovery_do_retry(struct tape_device *); |
|---|
| 144 | | -void tape_std_error_recovery_read_opposite(struct tape_device *); |
|---|
| 145 | | -void tape_std_error_recovery_HWBUG(struct tape_device *, int condno); |
|---|
| 146 | 134 | |
|---|
| 147 | 135 | /* S390 tape types */ |
|---|
| 148 | 136 | enum s390_tape_type { |
|---|