Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dst.h209 #define ST_EOD_2 6 macro
Dst.c2025 STps->eof = ST_EOD_2; in read_tape()
2059 STps->eof = ST_EOD_2; /* First BLANK_CHECK after FM */ in read_tape()
2213 STps->eof = ST_EOD_2; in st_read()
2217 } else if (STps->eof == ST_EOD_2) in st_read()
Dosst.c3846 STps->eof = (STp->first_frame_position >= STp->eod_frame_ppos)?ST_EOD_2:ST_FM; in osst_read()
3852 STps->eof = ST_EOD_2; in osst_read()
3857 else if (STps->eof == ST_EOD_2) in osst_read()