Searched refs:osst_set_frame_position (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | osst.c | 186 static int osst_set_frame_position(struct osst_tape *STp, struct osst_request ** aSRpnt, int frame,… 874 retval = osst_set_frame_position(STp, aSRpnt, frame, 0); in osst_position_tape_and_confirm() 1166 osst_set_frame_position(STp, aSRpnt, STp->read_error_frame, 0); in osst_get_logical_frame() 1200 osst_set_frame_position(STp, aSRpnt, position, 0); in osst_get_logical_frame() 1233 osst_set_frame_position(STp, aSRpnt, position, 0); in osst_get_logical_frame() 1243 osst_set_frame_position(STp, aSRpnt, 0xbb8, 0); in osst_get_logical_frame() 1301 osst_set_frame_position(STp, aSRpnt, ppos_estimate, 0); in osst_seek_logical_blk() 1422 return (osst_set_frame_position(STp, aSRpnt, frame, 0)); in osst_seek_sector() 1424 r = osst_set_frame_position(STp, aSRpnt, offset?frame:frame-1, 0); in osst_seek_sector() 1550 osst_set_frame_position(STp, aSRpnt, new_frame + i, 0); in osst_read_back_buffer_and_rewrite() [all …]
|