• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching refs:osst_set_frame_position

186 static int osst_set_frame_position(struct osst_tape *STp, struct osst_request ** aSRpnt, int frame, int skip);
874 retval = osst_set_frame_position(STp, aSRpnt, frame, 0);
1166 osst_set_frame_position(STp, aSRpnt, STp->read_error_frame, 0);
1200 osst_set_frame_position(STp, aSRpnt, position, 0);
1233 osst_set_frame_position(STp, aSRpnt, position, 0);
1243 osst_set_frame_position(STp, aSRpnt, 0xbb8, 0);
1301 osst_set_frame_position(STp, aSRpnt, ppos_estimate, 0);
1422 return (osst_set_frame_position(STp, aSRpnt, frame, 0));
1424 r = osst_set_frame_position(STp, aSRpnt, offset?frame:frame-1, 0);
1550 osst_set_frame_position(STp, aSRpnt, new_frame + i, 0);
1693 osst_set_frame_position(STp, aSRpnt, frame + skip, 1);
1822 osst_set_frame_position(STp, aSRpnt, frame + STp->cur_frames + pending, 0);
1831 osst_set_frame_position(STp, aSRpnt, frame + STp->cur_frames + pending, 0);
2244 osst_set_frame_position(STp, aSRpnt, where, 0);
2270 osst_set_frame_position(STp, aSRpnt, where, 0);
2349 osst_set_frame_position(STp, aSRpnt, STp->eod_frame_ppos, 0);
2388 if (osst_set_frame_position(STp, aSRpnt, ppos, 0))
2594 osst_set_frame_position(STp, aSRpnt, 10, 0);
2601 osst_set_frame_position(STp, aSRpnt, position, 0);
2621 osst_set_frame_position(STp, aSRpnt, frame_position - 1, 0);
2649 osst_set_frame_position(STp, aSRpnt, frame_position - 1, 0);
2967 static int osst_set_frame_position(struct osst_tape *STp, struct osst_request ** aSRpnt, int ppos, int skip)
4270 ioctl_result = osst_set_frame_position(STp, &SRpnt, STp->eod_frame_ppos, 0);
5140 i = osst_set_frame_position(STp, &SRpnt, mtc.mt_count, 0);