Searched refs:osst_wait_frame (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | osst.c | 779 static int osst_wait_frame(OS_Scsi_Tape * STp, Scsi_Request ** aSRpnt, int curr, int minlast, int t… in osst_wait_frame() function 850 retval = osst_wait_frame (STp, aSRpnt, STp->first_frame_position, 0, timeout); in osst_read_frame() 2909 result = osst_wait_frame (STp, aSRpnt, STp->first_frame_position, -50, 120); in osst_flush_write_buffer() 3078 osst_wait_frame (STp, aSRpnt, STp->first_frame_position, -50, 60); in osst_write_frame()
|