Home
last modified time | relevance | path

Searched refs:max_reconnect_timeout (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/target/sbp/
Dsbp_target.h183 int max_reconnect_timeout; member
Dsbp_target.c424 tport->max_reconnect_timeout) - 1; in sbp_management_request_login()
1897 data[idx++] = 0x3d000000 | (tport->max_reconnect_timeout & 0xffff); in sbp_update_unit_directory()
2047 tport->max_reconnect_timeout = 5; in sbp_make_tpg()
2264 return sprintf(page, "%d\n", tport->max_reconnect_timeout); in sbp_tpg_attrib_max_reconnect_timeout_show()
2281 if (tport->max_reconnect_timeout == val) in sbp_tpg_attrib_max_reconnect_timeout_store()
2284 tport->max_reconnect_timeout = val; in sbp_tpg_attrib_max_reconnect_timeout_store()
2323 CONFIGFS_ATTR(sbp_tpg_attrib_, max_reconnect_timeout);