Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dmtio.h171 #define MT_ST_OPTIONS 0xf0000000 macro
/linux-6.3-rc2/drivers/scsi/
A Dst.c2297 code = options & MT_ST_OPTIONS;
2357 value = (options & ~MT_ST_OPTIONS);
2358 if (value == ~MT_ST_OPTIONS) {
2371 value = (options & ~MT_ST_OPTIONS);
2383 value = (options & ~MT_ST_OPTIONS) & 0xff;
3560 (mtc.mt_count & MT_ST_OPTIONS) == 0)) { in st_ioctl()
3641 (mtc.mt_count & MT_ST_OPTIONS) != 0) { in st_ioctl()
/linux-6.3-rc2/Documentation/scsi/
A Dst.rst639 ST_FAST_EOM 1 (or using the MT_ST_OPTIONS ioctl). In this case the file

Completed in 12 milliseconds