Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dosst.h617 int read_error_frame; /* used in read error recovery */ member
Dosst.c741 if (STp->read_error_frame == 0) in osst_verify_frame()
742 STp->read_error_frame = STp->first_frame_position - 1; in osst_verify_frame()
1061 if (STp->read_error_frame == 0) { in osst_read_frame()
1062 STp->read_error_frame = STp->first_frame_position; in osst_read_frame()
1064 printk(OSST_DEB_MSG "%s:D: Recording read error at %d\n", name, STp->read_error_frame); in osst_read_frame()
1165 if (STp->read_error_frame) { in osst_get_logical_frame()
1166 osst_set_frame_position(STp, aSRpnt, STp->read_error_frame, 0); in osst_get_logical_frame()
1169 name, STp->read_error_frame); in osst_get_logical_frame()
1171 STp->read_error_frame = 0; in osst_get_logical_frame()
1189 position = STp->read_error_frame - 1; in osst_get_logical_frame()
[all …]