Lines Matching refs:svc_rdma_send_ctxt
116 static struct svc_rdma_send_ctxt *
120 struct svc_rdma_send_ctxt *ctxt; in svc_rdma_send_ctxt_alloc()
169 struct svc_rdma_send_ctxt *ctxt; in svc_rdma_send_ctxts_destroy()
173 ctxt = llist_entry(node, struct svc_rdma_send_ctxt, sc_node); in svc_rdma_send_ctxts_destroy()
190 struct svc_rdma_send_ctxt *svc_rdma_send_ctxt_get(struct svcxprt_rdma *rdma) in svc_rdma_send_ctxt_get()
192 struct svc_rdma_send_ctxt *ctxt; in svc_rdma_send_ctxt_get()
201 ctxt = llist_entry(node, struct svc_rdma_send_ctxt, sc_node); in svc_rdma_send_ctxt_get()
225 struct svc_rdma_send_ctxt *ctxt) in svc_rdma_send_ctxt_release()
253 struct svc_rdma_send_ctxt *ctxt; in svc_rdma_send_ctxt_put_async()
255 ctxt = container_of(work, struct svc_rdma_send_ctxt, sc_work); in svc_rdma_send_ctxt_put_async()
267 struct svc_rdma_send_ctxt *ctxt) in svc_rdma_send_ctxt_put()
299 struct svc_rdma_send_ctxt *ctxt = in svc_rdma_wc_send()
300 container_of(cqe, struct svc_rdma_send_ctxt, sc_cqe); in svc_rdma_wc_send()
339 struct svc_rdma_send_ctxt *ctxt) in svc_rdma_post_send()
402 static ssize_t svc_rdma_encode_read_list(struct svc_rdma_send_ctxt *sctxt) in svc_rdma_encode_read_list()
420 static ssize_t svc_rdma_encode_write_segment(struct svc_rdma_send_ctxt *sctxt, in svc_rdma_encode_write_segment()
456 static ssize_t svc_rdma_encode_write_chunk(struct svc_rdma_send_ctxt *sctxt, in svc_rdma_encode_write_chunk()
495 struct svc_rdma_send_ctxt *sctxt) in svc_rdma_encode_write_list()
530 struct svc_rdma_send_ctxt *sctxt, in svc_rdma_encode_reply_chunk()
548 struct svc_rdma_send_ctxt *md_ctxt;
567 struct svc_rdma_send_ctxt *ctxt = args->md_ctxt; in svc_rdma_page_dma_map()
704 const struct svc_rdma_send_ctxt *sctxt, in svc_rdma_pull_up_needed()
785 struct svc_rdma_send_ctxt *sctxt, in svc_rdma_pull_up_reply_msg()
819 struct svc_rdma_send_ctxt *sctxt, in svc_rdma_map_reply_msg()
854 struct svc_rdma_send_ctxt *ctxt) in svc_rdma_save_io_pages()
881 struct svc_rdma_send_ctxt *sctxt, in svc_rdma_send_reply_msg()
924 struct svc_rdma_send_ctxt *sctxt, in svc_rdma_send_error_msg()
996 struct svc_rdma_send_ctxt *sctxt; in svc_rdma_sendto()