Searched refs:max_reconnect_timeout (Results 1 – 7 of 7) sorted by relevance
184 int max_reconnect_timeout; member
393 tport->max_reconnect_timeout) - 1; in sbp_management_request_login() 1843 data[idx++] = 0x3d000000 | (tport->max_reconnect_timeout & 0xffff); in sbp_update_unit_directory() 1989 tport->max_reconnect_timeout = 5; in sbp_make_tpg() 2183 return sprintf(page, "%d\n", tport->max_reconnect_timeout); in sbp_tpg_attrib_max_reconnect_timeout_show() 2200 if (tport->max_reconnect_timeout == val) in sbp_tpg_attrib_max_reconnect_timeout_store() 2203 tport->max_reconnect_timeout = val; in sbp_tpg_attrib_max_reconnect_timeout_store() 2242 CONFIGFS_ATTR(sbp_tpg_attrib_, max_reconnect_timeout);
267 max_reconnect_timeout; member
2346 if (reconnect_timeout < xprt->max_reconnect_timeout) in xs_tcp_set_connect_timeout() 2347 xprt->max_reconnect_timeout = reconnect_timeout; in xs_tcp_set_connect_timeout() 3405 xprt->max_reconnect_timeout = xprt->timeout->to_maxval; in xs_setup_tcp() 3407 xprt->max_reconnect_timeout = args->reconnect_timeout; in xs_setup_tcp() 3487 xprt->max_reconnect_timeout = xprt->timeout->to_maxval; in xs_setup_tcp_tls()
347 xprt_create_args.reconnect_timeout = xprt->max_reconnect_timeout; in rpc_sysfs_xprt_switch_add_xprt_store()
983 if (xprt->reestablish_timeout > xprt->max_reconnect_timeout) in xprt_reconnect_backoff() 984 xprt->reestablish_timeout = xprt->max_reconnect_timeout; in xprt_reconnect_backoff()
3112 reconnect_timeout = xprt->max_reconnect_timeout; in rpc_clnt_add_xprt()