Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sunrpc/
Dsvc_rdma.h71 struct svc_rdma_op_ctxt { struct
72 struct svc_rdma_op_ctxt *read_hdr; argument
154 struct svc_rdma_op_ctxt *,
202 struct svc_rdma_op_ctxt *, int *, u32 *,
205 struct svc_rdma_op_ctxt *, int *, u32 *,
218 extern struct svc_rdma_op_ctxt *svc_rdma_get_context(struct svcxprt_rdma *);
219 extern void svc_rdma_put_context(struct svc_rdma_op_ctxt *, int);
220 extern void svc_rdma_unmap_dma(struct svc_rdma_op_ctxt *ctxt);
/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c98 struct svc_rdma_op_ctxt *svc_rdma_get_context(struct svcxprt_rdma *xprt) in svc_rdma_get_context()
100 struct svc_rdma_op_ctxt *ctxt; in svc_rdma_get_context()
116 void svc_rdma_unmap_dma(struct svc_rdma_op_ctxt *ctxt) in svc_rdma_unmap_dma()
137 void svc_rdma_put_context(struct svc_rdma_op_ctxt *ctxt, int free_pages) in svc_rdma_put_context()
291 struct svc_rdma_op_ctxt *ctxt = NULL; in rq_cq_reap()
300 ctxt = (struct svc_rdma_op_ctxt *)(unsigned long)wc.wr_id; in rq_cq_reap()
335 struct svc_rdma_op_ctxt *ctxt) in process_context()
356 struct svc_rdma_op_ctxt *read_hdr = ctxt->read_hdr; in process_context()
386 struct svc_rdma_op_ctxt *ctxt = NULL; in sq_cq_reap()
416 ctxt = (struct svc_rdma_op_ctxt *) in sq_cq_reap()
[all …]
Dsvc_rdma_recvfrom.c59 struct svc_rdma_op_ctxt *ctxt, in rdma_build_arg_xdr()
130 struct svc_rdma_op_ctxt *head, in rdma_read_chunk_lcl()
140 struct svc_rdma_op_ctxt *ctxt = svc_rdma_get_context(xprt); in rdma_read_chunk_lcl()
224 struct svc_rdma_op_ctxt *head, in rdma_read_chunk_frmr()
237 struct svc_rdma_op_ctxt *ctxt = svc_rdma_get_context(xprt); in rdma_read_chunk_frmr()
374 rdma_copy_tail(struct svc_rqst *rqstp, struct svc_rdma_op_ctxt *head, in rdma_copy_tail()
422 struct svc_rdma_op_ctxt *head) in rdma_read_chunks()
515 struct svc_rdma_op_ctxt *head) in rdma_read_complete()
583 struct svc_rdma_op_ctxt *ctxt = NULL; in svc_rdma_recvfrom()
593 struct svc_rdma_op_ctxt, in svc_rdma_recvfrom()
[all …]
Dsvc_rdma_sendto.c154 struct svc_rdma_op_ctxt *ctxt; in send_write()
380 struct svc_rdma_op_ctxt *ctxt, in send_reply()
506 struct svc_rdma_op_ctxt *ctxt; in svc_rdma_sendto()
Dsvc_rdma.c279 sizeof(struct svc_rdma_op_ctxt), in svc_rdma_init()