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

/drivers/scsi/
H A Dosst.c939 (minlast >= 0 && STp->cur_frames > minlast)
947 STp->last_frame_position, STp->cur_frames,
958 STp->last_frame_position, STp->cur_frames, result);
967 STp->last_frame_position, STp->cur_frames,
1477 int nframes = STp->cur_frames;
1531 printk(OSST_DEB_MSG "%s:D: Frames left in buffer: %d\n", name, STp->cur_frames);
1653 name, STp->first_frame_position, STp->last_frame_position, STp->cur_frames);
1687 if (frame < 2990 && frame+skip+STp->cur_frames+pending >= 2990)
1689 expected = frame+skip+STp->cur_frames+pending;
1692 name, frame+skip, STp->frame_seq_number-STp->cur_frames
[all...]
H A Dosst.h598 int cur_frames; /* current number of frames in internal buffer */ member in struct:osst_tape

Completed in 19 milliseconds