Home
last modified time | relevance | path

Searched refs:ST_EOD_2 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dst.h208 #define ST_EOD_2 6 macro
Dst.c2026 STps->eof = ST_EOD_2; in read_tape()
2060 STps->eof = ST_EOD_2; /* First BLANK_CHECK after FM */ in read_tape()
2214 STps->eof = ST_EOD_2; in st_read()
2218 } else if (STps->eof == ST_EOD_2) in st_read()
Dosst.c3849 STps->eof = (STp->first_frame_position >= STp->eod_frame_ppos)?ST_EOD_2:ST_FM; in osst_read()
3855 STps->eof = ST_EOD_2; in osst_read()
3860 else if (STps->eof == ST_EOD_2) in osst_read()