Searched refs:max_reconnect_timeout (Results 1 – 8 of 8) sorted by relevance
324 xprt->max_reconnect_timeout = xprt->timeout->to_maxval; in xprt_setup_rdma()460 if (reconnect_timeout < xprt->max_reconnect_timeout) in xprt_rdma_set_connect_timeout()461 xprt->max_reconnect_timeout = reconnect_timeout; in xprt_rdma_set_connect_timeout()
184 int max_reconnect_timeout; member
392 tport->max_reconnect_timeout) - 1; in sbp_management_request_login()1842 data[idx++] = 0x3d000000 | (tport->max_reconnect_timeout & 0xffff); in sbp_update_unit_directory()1988 tport->max_reconnect_timeout = 5; in sbp_make_tpg()2182 return sprintf(page, "%d\n", tport->max_reconnect_timeout); in sbp_tpg_attrib_max_reconnect_timeout_show()2199 if (tport->max_reconnect_timeout == val) in sbp_tpg_attrib_max_reconnect_timeout_store()2202 tport->max_reconnect_timeout = val; in sbp_tpg_attrib_max_reconnect_timeout_store()2241 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() 3406 xprt->max_reconnect_timeout = xprt->timeout->to_maxval; in xs_setup_tcp() 3408 xprt->max_reconnect_timeout = args->reconnect_timeout; in xs_setup_tcp() 3488 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()