Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
A Dtransport.c334 xprt->max_reconnect_timeout = xprt->timeout->to_maxval; in xprt_setup_rdma()
470 if (reconnect_timeout < xprt->max_reconnect_timeout) in xprt_rdma_set_connect_timeout()
471 xprt->max_reconnect_timeout = reconnect_timeout; in xprt_rdma_set_connect_timeout()
/linux/drivers/target/sbp/
A Dsbp_target.c393 tport->max_reconnect_timeout) - 1; in sbp_management_request_login()
1868 data[idx++] = 0x3d000000 | (tport->max_reconnect_timeout & 0xffff); in sbp_update_unit_directory()
2014 tport->max_reconnect_timeout = 5; in sbp_make_tpg()
2208 return sprintf(page, "%d\n", tport->max_reconnect_timeout); in sbp_tpg_attrib_max_reconnect_timeout_show()
2225 if (tport->max_reconnect_timeout == val) in sbp_tpg_attrib_max_reconnect_timeout_store()
2228 tport->max_reconnect_timeout = val; in sbp_tpg_attrib_max_reconnect_timeout_store()
2267 CONFIGFS_ATTR(sbp_tpg_attrib_, max_reconnect_timeout);
A Dsbp_target.h184 int max_reconnect_timeout; member
/linux/include/linux/sunrpc/
A Dxprt.h240 max_reconnect_timeout; member
/linux/net/sunrpc/
A Dxprt.c984 if (xprt->reestablish_timeout > xprt->max_reconnect_timeout) in xprt_reconnect_backoff()
985 xprt->reestablish_timeout = xprt->max_reconnect_timeout; in xprt_reconnect_backoff()
A Dxprtsock.c2140 if (reconnect_timeout < xprt->max_reconnect_timeout) in xs_tcp_set_connect_timeout()
2141 xprt->max_reconnect_timeout = reconnect_timeout; in xs_tcp_set_connect_timeout()
2936 xprt->max_reconnect_timeout = xprt->timeout->to_maxval; in xs_setup_tcp()
A Dclnt.c2916 reconnect_timeout = xprt->max_reconnect_timeout; in rpc_clnt_add_xprt()

Completed in 26 milliseconds