Searched refs:tape_ccw_end (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/s390/char/ |
| H A D | tape_std.c | 64 tape_ccw_end(request->cpaddr + 1, NOP, 0, NULL); in tape_std_assign() 109 tape_ccw_end(request->cpaddr + 1, NOP, 0, NULL); in tape_std_unassign() 136 tape_ccw_end(request->cpaddr + 2, NOP, 0, NULL); in tape_std_read_block_id() 235 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtfsf() 260 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtfsr() 292 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtbsr() 322 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtweof() 347 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtbsfm() 372 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtbsf() 403 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtfsfm() [all …]
|
| H A D | tape_3490.c | 81 tape_ccw_end(request->cpaddr, SENSE, 32, request->cpdata); in tape_3490_medium_sense() 98 tape_ccw_end(request->cpaddr, SENSE, 32, request->cpdata); in tape_3490_medium_sense_async() 713 tape_ccw_end(request->cpaddr + 2, NOP, 0, NULL); in tape_3490_mtseek()
|
| H A D | tape.h | 314 tape_ccw_end(struct ccw1 *ccw, __u8 cmd_code, __u16 memsize, void *cda) in tape_ccw_end() function
|