Searched refs:osst_set_frame_position (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dosst.c186 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(ST
2965 static int osst_set_frame_position(struct osst_tape *STp, struct osst_request ** aSRpnt, int ppos, int skip) function
[all...]

Completed in 50 milliseconds