Searched refs:max_reconnect_timeout (Results 1 – 7 of 7) 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
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()
348 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()