Lines Matching refs:cc_rdma
120 struct svcxprt_rdma *cc_rdma; member
128 cc->cc_rdma = rdma; in svc_rdma_cc_init()
138 struct svcxprt_rdma *rdma = cc->cc_rdma; in svc_rdma_cc_release()
207 struct svcxprt_rdma *rdma = cc->cc_rdma; in svc_rdma_write_done()
270 struct svcxprt_rdma *rdma = cc->cc_rdma; in svc_rdma_wc_read_done()
308 struct svcxprt_rdma *rdma = cc->cc_rdma; in svc_rdma_post_chunk_ctxt()
417 struct svcxprt_rdma *rdma = cc->cc_rdma; in svc_rdma_build_writes()
619 ctxt = svc_rdma_get_rw_ctxt(cc->cc_rdma, sge_no); in svc_rdma_build_read_segment()
651 ret = rdma_rw_ctx_init(&ctxt->rw_ctx, cc->cc_rdma->sc_qp, in svc_rdma_build_read_segment()
652 cc->cc_rdma->sc_port_num, in svc_rdma_build_read_segment()
671 trace_svcrdma_dma_map_rwctx(cc->cc_rdma, ret); in svc_rdma_build_read_segment()
672 svc_rdma_put_rw_ctxt(cc->cc_rdma, ctxt); in svc_rdma_build_read_segment()