Searched refs:ctxt (Results 1 - 4 of 4) sorted by relevance

/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c60 struct svc_rdma_op_ctxt *ctxt,
68 page = ctxt->pages[0];
75 min_t(size_t, byte_count, ctxt->sge[0].length);
87 while (bc && sge_no < ctxt->count) {
88 page = ctxt->pages[sge_no];
91 bc -= min_t(u32, bc, ctxt->sge[sge_no].length);
92 rqstp->rq_arg.buflen += ctxt->sge[sge_no].length;
101 BUG_ON(bc && (sge_no == ctxt->count));
108 while (sge_no < ctxt->count) {
109 page = ctxt
59 rdma_build_arg_xdr(struct svc_rqst *rqstp, struct svc_rdma_op_ctxt *ctxt, u32 byte_count) argument
151 struct svc_rdma_op_ctxt *ctxt = svc_rdma_get_context(xprt); local
247 struct svc_rdma_op_ctxt *ctxt = svc_rdma_get_context(xprt); local
522 struct svc_rdma_op_ctxt *ctxt = NULL; local
[all...]
H A Dsvc_rdma_transport.c100 struct svc_rdma_op_ctxt *ctxt; local
103 ctxt = kmem_cache_alloc(svc_rdma_ctxt_cachep, GFP_KERNEL);
104 if (ctxt)
108 ctxt->xprt = xprt;
109 INIT_LIST_HEAD(&ctxt->dto_q);
110 ctxt->count = 0;
111 ctxt->frmr = NULL;
113 return ctxt;
116 void svc_rdma_unmap_dma(struct svc_rdma_op_ctxt *ctxt) argument
118 struct svcxprt_rdma *xprt = ctxt
137 svc_rdma_put_context(struct svc_rdma_op_ctxt *ctxt, int free_pages) argument
292 struct svc_rdma_op_ctxt *ctxt = NULL; local
335 process_context(struct svcxprt_rdma *xprt, struct svc_rdma_op_ctxt *ctxt) argument
383 struct svc_rdma_op_ctxt *ctxt = NULL; local
505 struct svc_rdma_op_ctxt *ctxt; local
1137 struct svc_rdma_op_ctxt *ctxt; local
1147 struct svc_rdma_op_ctxt *ctxt; local
1310 struct svc_rdma_op_ctxt *ctxt; local
[all...]
H A Dsvc_rdma_sendto.c151 struct svc_rdma_op_ctxt *ctxt; local
159 ctxt = svc_rdma_get_context(xprt);
160 ctxt->direction = DMA_TO_DEVICE;
161 sge = ctxt->sge;
189 ctxt->count++;
201 ctxt->wr_op = IB_WR_RDMA_WRITE;
202 write_wr.wr_id = (unsigned long)ctxt;
216 svc_rdma_unmap_dma(ctxt);
217 svc_rdma_put_context(ctxt, 0);
370 struct svc_rdma_op_ctxt *ctxt,
366 send_reply(struct svcxprt_rdma *rdma, struct svc_rqst *rqstp, struct page *page, struct rpcrdma_msg *rdma_resp, struct svc_rdma_op_ctxt *ctxt, struct svc_rdma_req_map *vec, int byte_count) argument
494 struct svc_rdma_op_ctxt *ctxt; local
[all...]
/net/ipv4/
H A Dsysctl_net_ipv4.c223 struct tcp_fastopen_context *ctxt; local
232 ctxt = rcu_dereference(tcp_fastopen_ctx);
233 if (ctxt)
234 memcpy(user_key, ctxt->key, TCP_FASTOPEN_KEY_LENGTH);

Completed in 128 milliseconds