Home
last modified time | relevance | path

Searched refs:MT_ST_SET_LONG_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dmtio.h180 #define MT_ST_SET_LONG_TIMEOUT (MT_ST_TIMEOUTS | 0x100000) macro
/Linux-v4.19/drivers/scsi/
Dst.c2370 if ((value & MT_ST_SET_LONG_TIMEOUT) != 0) {
2371 STp->long_timeout = (value & ~MT_ST_SET_LONG_TIMEOUT) * HZ;
2373 (value & ~MT_ST_SET_LONG_TIMEOUT));
Dosst.c4002 if ((value & MT_ST_SET_LONG_TIMEOUT) != 0) { in osst_set_options()
4003 STp->long_timeout = (value & ~MT_ST_SET_LONG_TIMEOUT) * HZ; in osst_set_options()
4005 (value & ~MT_ST_SET_LONG_TIMEOUT)); in osst_set_options()
/Linux-v4.19/Documentation/scsi/
Dst.txt495 MT_ST_SET_LONG_TIMEOUT