Lines Matching refs:svc_rdma_rw_ctxt
37 struct svc_rdma_rw_ctxt { struct
47 static inline struct svc_rdma_rw_ctxt * argument
50 return list_first_entry_or_null(list, struct svc_rdma_rw_ctxt, in svc_rdma_next_ctxt()
54 static struct svc_rdma_rw_ctxt *
59 struct svc_rdma_rw_ctxt *ctxt; in svc_rdma_get_rw_ctxt()
66 ctxt = llist_entry(node, struct svc_rdma_rw_ctxt, rw_node); in svc_rdma_get_rw_ctxt()
91 static void __svc_rdma_put_rw_ctxt(struct svc_rdma_rw_ctxt *ctxt, in __svc_rdma_put_rw_ctxt()
99 struct svc_rdma_rw_ctxt *ctxt) in svc_rdma_put_rw_ctxt()
111 struct svc_rdma_rw_ctxt *ctxt; in svc_rdma_destroy_rw_ctxts()
115 ctxt = llist_entry(node, struct svc_rdma_rw_ctxt, rw_node); in svc_rdma_destroy_rw_ctxts()
132 struct svc_rdma_rw_ctxt *ctxt, in svc_rdma_rw_ctx_init()
177 struct svc_rdma_rw_ctxt *ctxt; in svc_rdma_cc_release()
379 struct svc_rdma_rw_ctxt *ctxt; in svc_rdma_post_chunk_ctxt()
381 ctxt = list_entry(tmp, struct svc_rdma_rw_ctxt, rw_list); in svc_rdma_post_chunk_ctxt()
421 struct svc_rdma_rw_ctxt *ctxt) in svc_rdma_vec_to_sg()
435 struct svc_rdma_rw_ctxt *ctxt) in svc_rdma_pagelist_to_sg()
471 struct svc_rdma_rw_ctxt *ctxt), in svc_rdma_build_writes()
477 struct svc_rdma_rw_ctxt *ctxt; in svc_rdma_build_writes()
705 struct svc_rdma_rw_ctxt *rwc; in svc_rdma_prepare_reply_chunk()
707 rwc = list_entry(pos, struct svc_rdma_rw_ctxt, rw_list); in svc_rdma_prepare_reply_chunk()
738 struct svc_rdma_rw_ctxt *ctxt; in svc_rdma_build_read_segment()