Home
last modified time | relevance | path

Searched refs:max_reconnect_timeout (Results 1 – 7 of 7) sorted by relevance

/linux/net/sunrpc/xprtrdma/
H A Dtransport.c324 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()
/linux/drivers/target/sbp/
H A Dsbp_target.h184 int max_reconnect_timeout; member
H A Dsbp_target.c393 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);
/linux/include/linux/sunrpc/
H A Dxprt.h252 max_reconnect_timeout; member
/linux/net/sunrpc/
H A Dxprtsock.c2326 if (reconnect_timeout < xprt->max_reconnect_timeout) in xs_tcp_set_connect_timeout()
2327 xprt->max_reconnect_timeout = reconnect_timeout; in xs_tcp_set_connect_timeout()
3391 xprt->max_reconnect_timeout = xprt->timeout->to_maxval; in xs_setup_tcp()
3393 xprt->max_reconnect_timeout = args->reconnect_timeout; in xs_setup_tcp()
3473 xprt->max_reconnect_timeout = xprt->timeout->to_maxval; in xs_setup_tcp_tls()
H A Dxprt.c983 if (xprt->reestablish_timeout > xprt->max_reconnect_timeout) in xprt_reconnect_backoff()
984 xprt->reestablish_timeout = xprt->max_reconnect_timeout; in xprt_reconnect_backoff()
H A Dclnt.c3104 reconnect_timeout = xprt->max_reconnect_timeout; in rpc_clnt_add_xprt()