Searched refs:MT_ST_SET_LONG_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
179 #define MT_ST_SET_LONG_TIMEOUT (MT_ST_TIMEOUTS | 0x100000) macro
2315 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));
3999 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()
431 MT_ST_SET_LONG_TIMEOUT