Home
last modified time | relevance | path

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

/drivers/scsi/
Dst.h121 unsigned char sili; /* use SILI when reading in variable b mode */ member
Dst.c1502 if (is_read && STp->sili && !STbp->cleared) in setup_buffering()
1857 if (!cmd[1] && STp->sili) in read_tape()
1990 if (STp->sili) /* In fixed block mode residual is always zero here */ in read_tape()
2171 STp->sili); in DEB()
2214 STp->sili = (options & MT_ST_SILI) != 0;
2247 STp->sili = value;
4078 tpnt->sili = ST_SILI; in st_probe()
4463 options |= STp->sili ? MT_ST_SILI : 0; in st_options_show()