Searched refs:read_error_frame (Results 1 – 2 of 2) sorted by relevance
620 int read_error_frame; /* used in read error recovery */ member
598 if (STp->read_error_frame == 0) in osst_verify_frame()599 STp->read_error_frame = STp->first_frame_position - 1; in osst_verify_frame()869 if (STp->read_error_frame == 0) { in osst_read_frame()870 STp->read_error_frame = STp->first_frame_position; in osst_read_frame()872 printk(OSST_DEB_MSG "osst%d:D: Recording read error at %d\n", dev, STp->read_error_frame); in osst_read_frame()971 if (STp->read_error_frame) { in osst_get_logical_frame()972 osst_set_frame_position(STp, aSRpnt, STp->read_error_frame, 0); in osst_get_logical_frame()975 dev, STp->read_error_frame); in osst_get_logical_frame()977 STp->read_error_frame = 0; in osst_get_logical_frame()994 position = STp->read_error_frame - 1; in osst_get_logical_frame()[all …]