Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
A Dverbs.c452 memset(&ep->re_remote_cma, 0, sizeof(ep->re_remote_cma)); in rpcrdma_ep_create()
461 ep->re_remote_cma.private_data = pmsg; in rpcrdma_ep_create()
462 ep->re_remote_cma.private_data_len = sizeof(*pmsg); in rpcrdma_ep_create()
465 ep->re_remote_cma.initiator_depth = 0; in rpcrdma_ep_create()
466 ep->re_remote_cma.responder_resources = in rpcrdma_ep_create()
473 ep->re_remote_cma.retry_count = 6; in rpcrdma_ep_create()
479 ep->re_remote_cma.flow_control = 0; in rpcrdma_ep_create()
480 ep->re_remote_cma.rnr_retry_count = 0; in rpcrdma_ep_create()
527 rc = rdma_connect(ep->re_id, &ep->re_remote_cma); in rpcrdma_xprt_connect()
A Dxprt_rdma.h94 struct rdma_conn_param re_remote_cma; member

Completed in 9 milliseconds