Home
last modified time | relevance | path

Searched refs:ST_EOD_1 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dst.h207 #define ST_EOD_1 5 macro
210 /* EOD hit while reading => ST_EOD_1 => return zero => ST_EOD_2 =>
213 ST_EOD_1 == allow trying new write after early warning
H A Dst.c1698 STps->eof = ST_EOD_1; /* allow next write */ in st_write()
1885 if (STps->eof == ST_EOD_1) in st_write()
2047 STps->eof = ST_EOD_1; in read_tape()
2152 STps->eof >= ST_EOD_1) { in st_read()
2224 } else if (STps->eof == ST_EOD_1) { in st_read()
2876 if (STps->eof >= ST_EOD_1) in st_int_ioctl()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dst.h204 #define ST_EOD_1 5 macro
207 /* EOD hit while reading => ST_EOD_1 => return zero => ST_EOD_2 =>
210 ST_EOD_1 == allow trying new write after early warning
H A Dst.c1699 STps->eof = ST_EOD_1; /* allow next write */ in st_write()
1886 if (STps->eof == ST_EOD_1) in st_write()
2048 STps->eof = ST_EOD_1; in read_tape()
2153 STps->eof >= ST_EOD_1) { in st_read()
2225 } else if (STps->eof == ST_EOD_1) { in st_read()
2876 if (STps->eof >= ST_EOD_1) in st_int_ioctl()

Completed in 13 milliseconds