Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Dverbs.c486 int tird = ep->rep_remote_cma.responder_resources; in rpcrdma_conn_upcall()
815 ep->rep_remote_cma.private_data = NULL; in rpcrdma_ep_create()
816 ep->rep_remote_cma.private_data_len = 0; in rpcrdma_ep_create()
819 ep->rep_remote_cma.initiator_depth = 0; in rpcrdma_ep_create()
821 ep->rep_remote_cma.responder_resources = 32; in rpcrdma_ep_create()
823 ep->rep_remote_cma.responder_resources = in rpcrdma_ep_create()
826 ep->rep_remote_cma.retry_count = 7; in rpcrdma_ep_create()
827 ep->rep_remote_cma.flow_control = 0; in rpcrdma_ep_create()
828 ep->rep_remote_cma.rnr_retry_count = 0; in rpcrdma_ep_create()
951 rc = rdma_connect(ia->ri_id, &ep->rep_remote_cma); in rpcrdma_ep_connect()
[all …]
Dxprt_rdma.h93 struct rdma_conn_param rep_remote_cma; member