Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dst.h144 unsigned char sili; /* use SILI when reading in variable b mode */ member
H A Dst.c1611 if (is_read && STp->sili && !STbp->cleared) in setup_buffering()
1965 if (!cmd[1] && STp->sili) in read_tape()
2107 if (STp->sili) /* In fixed block mode residual is always zero here */ in read_tape()
2293 STm->sysv, STp->immediate, STp->sili, in DEB() argument
2342 STp->sili = (options & MT_ST_SILI) != 0;
2377 STp->sili = value;
4405 tpnt->sili = ST_SILI; in st_probe()
4743 options |= STp->sili ? MT_ST_SILI : 0; in options_show()
H A Dscsi_debug.c4473 bool fixed, sili; in resp_read_tape() local
4480 sili = (cmd[1] & 0x2) != 0; in resp_read_tape()
4481 if (fixed && sili) { in resp_read_tape()
4536 if (!sili) { in resp_read_tape()