Home
last modified time | relevance | path

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

/net/sunrpc/xprtrdma/
Dverbs.c362 int tird = ep->rep_remote_cma.responder_resources; in rpcrdma_conn_upcall()
752 ep->rep_remote_cma.private_data = NULL; in rpcrdma_ep_create()
753 ep->rep_remote_cma.private_data_len = 0; in rpcrdma_ep_create()
756 ep->rep_remote_cma.initiator_depth = 0; in rpcrdma_ep_create()
758 ep->rep_remote_cma.responder_resources = 0; in rpcrdma_ep_create()
760 ep->rep_remote_cma.responder_resources = 32; in rpcrdma_ep_create()
762 ep->rep_remote_cma.responder_resources = devattr.max_qp_rd_atom; in rpcrdma_ep_create()
764 ep->rep_remote_cma.retry_count = 7; in rpcrdma_ep_create()
765 ep->rep_remote_cma.flow_control = 0; in rpcrdma_ep_create()
766 ep->rep_remote_cma.rnr_retry_count = 0; in rpcrdma_ep_create()
[all …]
Dxprt_rdma.h87 struct rdma_conn_param rep_remote_cma; member