Searched refs:read_error_frame (Results 1 – 2 of 2) sorted by relevance
618 int read_error_frame; /* used in read error recovery */ member
744 if (STp->read_error_frame == 0) in osst_verify_frame()745 STp->read_error_frame = STp->first_frame_position - 1; in osst_verify_frame()1064 if (STp->read_error_frame == 0) { in osst_read_frame()1065 STp->read_error_frame = STp->first_frame_position; in osst_read_frame()1067 printk(OSST_DEB_MSG "%s:D: Recording read error at %d\n", name, STp->read_error_frame); in osst_read_frame()1168 if (STp->read_error_frame) { in osst_get_logical_frame()1169 osst_set_frame_position(STp, aSRpnt, STp->read_error_frame, 0); in osst_get_logical_frame()1172 name, STp->read_error_frame); in osst_get_logical_frame()1174 STp->read_error_frame = 0; in osst_get_logical_frame()1192 position = STp->read_error_frame - 1; in osst_get_logical_frame()[all …]