Searched refs:max_reconnect_timeout (Results 1 – 7 of 7) sorted by relevance
325 xprt->max_reconnect_timeout = xprt->timeout->to_maxval; in xprt_setup_rdma()461 if (reconnect_timeout < xprt->max_reconnect_timeout) in xprt_rdma_set_connect_timeout()462 xprt->max_reconnect_timeout = reconnect_timeout; in xprt_rdma_set_connect_timeout()
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);
261 max_reconnect_timeout; member
2302 if (reconnect_timeout < xprt->max_reconnect_timeout) in xs_tcp_set_connect_timeout()2303 xprt->max_reconnect_timeout = reconnect_timeout; in xs_tcp_set_connect_timeout()3363 xprt->max_reconnect_timeout = xprt->timeout->to_maxval; in xs_setup_tcp()3365 xprt->max_reconnect_timeout = args->reconnect_timeout; in xs_setup_tcp()3445 xprt->max_reconnect_timeout = xprt->timeout->to_maxval; in xs_setup_tcp_tls()
980 if (xprt->reestablish_timeout > xprt->max_reconnect_timeout) in xprt_reconnect_backoff()981 xprt->reestablish_timeout = xprt->max_reconnect_timeout; in xprt_reconnect_backoff()
3075 reconnect_timeout = xprt->max_reconnect_timeout; in rpc_clnt_add_xprt()