Home
last modified time | relevance | path

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

/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c126 struct svc_rdma_chunk_ctxt *cc) in svc_rdma_cc_init() argument
128 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() argument
138 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() local
207 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 …]
/net/ipv4/
Dinet_diag.c703 static int valid_cc(const void *bc, int len, int cc) in valid_cc() argument
708 if (cc > len) in valid_cc()
710 if (cc == len) in valid_cc()