Lines Matching refs:rep_remote_cma
486 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()
975 (ep->rep_remote_cma.responder_resources == 0 || in rpcrdma_ep_connect()
976 ep->rep_remote_cma.initiator_depth != in rpcrdma_ep_connect()
977 ep->rep_remote_cma.responder_resources)) { in rpcrdma_ep_connect()
978 if (ep->rep_remote_cma.responder_resources == 0) in rpcrdma_ep_connect()
979 ep->rep_remote_cma.responder_resources = 1; in rpcrdma_ep_connect()
980 ep->rep_remote_cma.initiator_depth = in rpcrdma_ep_connect()
981 ep->rep_remote_cma.responder_resources; in rpcrdma_ep_connect()