Searched refs:cc (Results 1 – 2 of 2) sorted by relevance
126 struct svc_rdma_chunk_ctxt *cc) in svc_rdma_cc_init() argument128 cc->cc_rdma = rdma; in svc_rdma_cc_init()131 INIT_LIST_HEAD(&cc->cc_rwctxts); in svc_rdma_cc_init()132 cc->cc_sqecount = 0; in svc_rdma_cc_init()135 static void svc_rdma_cc_release(struct svc_rdma_chunk_ctxt *cc, in svc_rdma_cc_release() argument138 struct svcxprt_rdma *rdma = cc->cc_rdma; in svc_rdma_cc_release()141 while ((ctxt = svc_rdma_next_ctxt(&cc->cc_rwctxts)) != NULL) { in svc_rdma_cc_release()205 struct svc_rdma_chunk_ctxt *cc = in svc_rdma_write_done() local207 struct svcxprt_rdma *rdma = cc->cc_rdma; in svc_rdma_write_done()209 container_of(cc, struct svc_rdma_write_info, wi_cc); in svc_rdma_write_done()[all …]
703 static int valid_cc(const void *bc, int len, int cc) in valid_cc() argument708 if (cc > len) in valid_cc()710 if (cc == len) in valid_cc()