Searched refs:rep_remote_cma (Results 1 – 2 of 2) sorted by relevance
543 memset(&ep->rep_remote_cma, 0, sizeof(ep->rep_remote_cma)); in rpcrdma_ep_create()551 ep->rep_remote_cma.private_data = pmsg; in rpcrdma_ep_create()552 ep->rep_remote_cma.private_data_len = sizeof(*pmsg); in rpcrdma_ep_create()555 ep->rep_remote_cma.initiator_depth = 0; in rpcrdma_ep_create()556 ep->rep_remote_cma.responder_resources = in rpcrdma_ep_create()563 ep->rep_remote_cma.retry_count = 6; in rpcrdma_ep_create()569 ep->rep_remote_cma.flow_control = 0; in rpcrdma_ep_create()570 ep->rep_remote_cma.rnr_retry_count = 0; in rpcrdma_ep_create()731 rc = rdma_connect(ia->ri_id, &ep->rep_remote_cma); in rpcrdma_ep_connect()
101 struct rdma_conn_param rep_remote_cma; member