Home
last modified time | relevance | path

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

/net/sunrpc/xprtrdma/
Dverbs.c351 int tird = ep->rep_remote_cma.responder_resources; in rpcrdma_conn_upcall()
729 ep->rep_remote_cma.private_data = NULL; in rpcrdma_ep_create()
730 ep->rep_remote_cma.private_data_len = 0; in rpcrdma_ep_create()
733 ep->rep_remote_cma.initiator_depth = 0; in rpcrdma_ep_create()
735 ep->rep_remote_cma.responder_resources = 0; in rpcrdma_ep_create()
737 ep->rep_remote_cma.responder_resources = 32; in rpcrdma_ep_create()
739 ep->rep_remote_cma.responder_resources = devattr.max_qp_rd_atom; in rpcrdma_ep_create()
741 ep->rep_remote_cma.retry_count = 7; in rpcrdma_ep_create()
742 ep->rep_remote_cma.flow_control = 0; in rpcrdma_ep_create()
743 ep->rep_remote_cma.rnr_retry_count = 0; in rpcrdma_ep_create()
[all …]
Dxprt_rdma.h87 struct rdma_conn_param rep_remote_cma; member