Home
last modified time | relevance | path

Searched refs:svc_rdma_op_ctxt (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/sunrpc/
Dsvc_rdma.h71 struct svc_rdma_op_ctxt { struct
72 struct svc_rdma_op_ctxt *read_hdr; argument
153 struct svc_rdma_op_ctxt *,
202 struct svc_rdma_op_ctxt *, int *, u32 *,
205 struct svc_rdma_op_ctxt *, int *, u32 *,
219 extern struct svc_rdma_op_ctxt *svc_rdma_get_context(struct svcxprt_rdma *);
220 extern void svc_rdma_put_context(struct svc_rdma_op_ctxt *, int);
221 extern void svc_rdma_unmap_dma(struct svc_rdma_op_ctxt *ctxt);
/linux-4.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c59 struct svc_rdma_op_ctxt *ctxt, in rdma_build_arg_xdr()
121 struct svc_rdma_op_ctxt *head, in rdma_read_chunk_lcl()
131 struct svc_rdma_op_ctxt *ctxt = svc_rdma_get_context(xprt); in rdma_read_chunk_lcl()
214 struct svc_rdma_op_ctxt *head, in rdma_read_chunk_frmr()
227 struct svc_rdma_op_ctxt *ctxt = svc_rdma_get_context(xprt); in rdma_read_chunk_frmr()
371 rdma_copy_tail(struct svc_rqst *rqstp, struct svc_rdma_op_ctxt *head, in rdma_copy_tail()
419 struct svc_rdma_op_ctxt *head) in rdma_read_chunks()
512 struct svc_rdma_op_ctxt *head) in rdma_read_complete()
580 struct svc_rdma_op_ctxt *ctxt = NULL; in svc_rdma_recvfrom()
590 struct svc_rdma_op_ctxt, in svc_rdma_recvfrom()
[all …]
Dsvc_rdma_transport.c156 struct svc_rdma_op_ctxt *svc_rdma_get_context(struct svcxprt_rdma *xprt) in svc_rdma_get_context()
158 struct svc_rdma_op_ctxt *ctxt; in svc_rdma_get_context()
170 void svc_rdma_unmap_dma(struct svc_rdma_op_ctxt *ctxt) in svc_rdma_unmap_dma()
191 void svc_rdma_put_context(struct svc_rdma_op_ctxt *ctxt, int free_pages) in svc_rdma_put_context()
343 struct svc_rdma_op_ctxt *ctxt = NULL; in rq_cq_reap()
352 ctxt = (struct svc_rdma_op_ctxt *)(unsigned long)wc.wr_id; in rq_cq_reap()
387 struct svc_rdma_op_ctxt *ctxt) in process_context()
408 struct svc_rdma_op_ctxt *read_hdr = ctxt->read_hdr; in process_context()
438 struct svc_rdma_op_ctxt *ctxt = NULL; in sq_cq_reap()
469 ctxt = (struct svc_rdma_op_ctxt *) in sq_cq_reap()
[all …]
Dsvc_rdma_sendto.c227 struct svc_rdma_op_ctxt *ctxt; in send_write()
455 struct svc_rdma_op_ctxt *ctxt, in send_reply()
581 struct svc_rdma_op_ctxt *ctxt; in svc_rdma_sendto()
Dsvc_rdma.c281 sizeof(struct svc_rdma_op_ctxt), in svc_rdma_init()