Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dosst.c938 (minlast >= 0 && STp->cur_frames > minlast) in osst_wait_frame()
946 STp->last_frame_position, STp->cur_frames, in osst_wait_frame()
957 STp->last_frame_position, STp->cur_frames, result); in osst_wait_frame()
966 STp->last_frame_position, STp->cur_frames, in osst_wait_frame()
1476 int nframes = STp->cur_frames; in osst_read_back_buffer_and_rewrite()
1530 printk(OSST_DEB_MSG "%s:D: Frames left in buffer: %d\n", name, STp->cur_frames); in osst_read_back_buffer_and_rewrite()
1652 name, STp->first_frame_position, STp->last_frame_position, STp->cur_frames); in osst_read_back_buffer_and_rewrite()
1686 if (frame < 2990 && frame+skip+STp->cur_frames+pending >= 2990) in osst_reposition_and_retry()
1688 expected = frame+skip+STp->cur_frames+pending; in osst_reposition_and_retry()
1691 name, frame+skip, STp->frame_seq_number-STp->cur_frames-pending); in osst_reposition_and_retry()
[all …]
Dosst.h598 int cur_frames; /* current number of frames in internal buffer */ member