Home
last modified time | relevance | path

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

/drivers/target/sbp/
Dsbp_target.c393 tport->max_reconnect_timeout) - 1; in sbp_management_request_login()
1868 data[idx++] = 0x3d000000 | (tport->max_reconnect_timeout & 0xffff); in sbp_update_unit_directory()
2014 tport->max_reconnect_timeout = 5; in sbp_make_tpg()
2229 return sprintf(page, "%d\n", tport->max_reconnect_timeout); in sbp_tpg_attrib_max_reconnect_timeout_show()
2246 if (tport->max_reconnect_timeout == val) in sbp_tpg_attrib_max_reconnect_timeout_store()
2249 tport->max_reconnect_timeout = val; in sbp_tpg_attrib_max_reconnect_timeout_store()
2288 CONFIGFS_ATTR(sbp_tpg_attrib_, max_reconnect_timeout);
Dsbp_target.h184 int max_reconnect_timeout; member