Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dosst.c941 (minlast >= 0 && STp->cur_frames > minlast) in osst_wait_frame()
949 STp->last_frame_position, STp->cur_frames, in osst_wait_frame()
960 STp->last_frame_position, STp->cur_frames, result); in osst_wait_frame()
969 STp->last_frame_position, STp->cur_frames, in osst_wait_frame()
1479 int nframes = STp->cur_frames; in osst_read_back_buffer_and_rewrite()
1533 printk(OSST_DEB_MSG "%s:D: Frames left in buffer: %d\n", name, STp->cur_frames); in osst_read_back_buffer_and_rewrite()
1655 name, STp->first_frame_position, STp->last_frame_position, STp->cur_frames); in osst_read_back_buffer_and_rewrite()
1689 if (frame < 2990 && frame+skip+STp->cur_frames+pending >= 2990) in osst_reposition_and_retry()
1691 expected = frame+skip+STp->cur_frames+pending; in osst_reposition_and_retry()
1694 name, frame+skip, STp->frame_seq_number-STp->cur_frames-pending); in osst_reposition_and_retry()
[all …]
Dosst.h599 int cur_frames; /* current number of frames in internal buffer */ member