Searched refs:max_reconnect_timeout (Results 1 – 2 of 2) sorted by relevance
183 int max_reconnect_timeout; member
424 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);