Home
last modified time | relevance | path

Searched refs:rep_remote_cma (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/sunrpc/xprtrdma/
Dverbs.c347 int tird = ep->rep_remote_cma.responder_resources; in rpcrdma_conn_upcall()
668 ep->rep_remote_cma.private_data = NULL; in rpcrdma_ep_create()
669 ep->rep_remote_cma.private_data_len = 0; in rpcrdma_ep_create()
672 ep->rep_remote_cma.initiator_depth = 0; in rpcrdma_ep_create()
674 ep->rep_remote_cma.responder_resources = 32; in rpcrdma_ep_create()
676 ep->rep_remote_cma.responder_resources = in rpcrdma_ep_create()
679 ep->rep_remote_cma.retry_count = 7; in rpcrdma_ep_create()
680 ep->rep_remote_cma.flow_control = 0; in rpcrdma_ep_create()
681 ep->rep_remote_cma.rnr_retry_count = 0; in rpcrdma_ep_create()
810 rc = rdma_connect(ia->ri_id, &ep->rep_remote_cma); in rpcrdma_ep_connect()
[all …]
Dxprt_rdma.h86 struct rdma_conn_param rep_remote_cma; member