Searched refs:max_reconnect_timeout (Results 1 – 7 of 7) sorted by relevance
334 xprt->max_reconnect_timeout = xprt->timeout->to_maxval; in xprt_setup_rdma()469 if (reconnect_timeout < xprt->max_reconnect_timeout) in xprt_rdma_set_connect_timeout()470 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()1871 data[idx++] = 0x3d000000 | (tport->max_reconnect_timeout & 0xffff); in sbp_update_unit_directory()2017 tport->max_reconnect_timeout = 5; in sbp_make_tpg()2232 return sprintf(page, "%d\n", tport->max_reconnect_timeout); in sbp_tpg_attrib_max_reconnect_timeout_show()2249 if (tport->max_reconnect_timeout == val) in sbp_tpg_attrib_max_reconnect_timeout_store()2252 tport->max_reconnect_timeout = val; in sbp_tpg_attrib_max_reconnect_timeout_store()2291 CONFIGFS_ATTR(sbp_tpg_attrib_, max_reconnect_timeout);
237 max_reconnect_timeout; member
898 if (xprt->reestablish_timeout > xprt->max_reconnect_timeout) in xprt_reconnect_backoff()899 xprt->reestablish_timeout = xprt->max_reconnect_timeout; in xprt_reconnect_backoff()
2124 if (reconnect_timeout < xprt->max_reconnect_timeout) in xs_tcp_set_connect_timeout()2125 xprt->max_reconnect_timeout = reconnect_timeout; in xs_tcp_set_connect_timeout()2931 xprt->max_reconnect_timeout = xprt->timeout->to_maxval; in xs_setup_tcp()
2879 reconnect_timeout = xprt->max_reconnect_timeout; in rpc_clnt_add_xprt()