Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dmtio.h179 #define MT_ST_SET_LONG_TIMEOUT (MT_ST_TIMEOUTS | 0x100000) macro
/linux-4.1.27/drivers/scsi/
Dst.c2315 if ((value & MT_ST_SET_LONG_TIMEOUT) != 0) {
2316 STp->long_timeout = (value & ~MT_ST_SET_LONG_TIMEOUT) * HZ;
2318 (value & ~MT_ST_SET_LONG_TIMEOUT));
Dosst.c3999 if ((value & MT_ST_SET_LONG_TIMEOUT) != 0) { in osst_set_options()
4000 STp->long_timeout = (value & ~MT_ST_SET_LONG_TIMEOUT) * HZ; in osst_set_options()
4002 (value & ~MT_ST_SET_LONG_TIMEOUT)); in osst_set_options()
/linux-4.1.27/Documentation/scsi/
Dst.txt431 MT_ST_SET_LONG_TIMEOUT