Home
last modified time | relevance | path

Searched refs:svc_rdma_recv_ctxt (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c113 static inline struct svc_rdma_recv_ctxt *
116 return list_first_entry_or_null(list, struct svc_rdma_recv_ctxt, in svc_rdma_next_recv_ctxt()
120 static struct svc_rdma_recv_ctxt *
123 struct svc_rdma_recv_ctxt *ctxt; in svc_rdma_recv_ctxt_alloc()
159 struct svc_rdma_recv_ctxt *ctxt) in svc_rdma_recv_ctxt_destroy()
174 struct svc_rdma_recv_ctxt *ctxt; in svc_rdma_recv_ctxts_destroy()
178 ctxt = llist_entry(node, struct svc_rdma_recv_ctxt, rc_node); in svc_rdma_recv_ctxts_destroy()
183 static struct svc_rdma_recv_ctxt *
186 struct svc_rdma_recv_ctxt *ctxt; in svc_rdma_recv_ctxt_get()
192 ctxt = llist_entry(node, struct svc_rdma_recv_ctxt, rc_node); in svc_rdma_recv_ctxt_get()
[all …]
Dsvc_rdma_rw.c225 struct svc_rdma_recv_ctxt *ri_readctxt;
603 struct svc_rdma_recv_ctxt *head = info->ri_readctxt; in svc_rdma_build_read_segment()
718 struct svc_rdma_recv_ctxt *head = info->ri_readctxt; in svc_rdma_build_normal_read_chunk()
774 struct svc_rdma_recv_ctxt *head = info->ri_readctxt; in svc_rdma_build_pz_read_chunk()
816 struct svc_rdma_recv_ctxt *head, __be32 *p) in svc_rdma_recv_read_chunk()
Dsvc_rdma_sendto.c747 struct svc_rdma_recv_ctxt *rctxt, in svc_rdma_send_reply_msg()
823 struct svc_rdma_recv_ctxt *rctxt = rqstp->rq_xprt_ctxt; in svc_rdma_sendto()
/Linux-v5.4/include/linux/sunrpc/
Dsvc_rdma.h127 struct svc_rdma_recv_ctxt { struct
163 struct svc_rdma_recv_ctxt *ctxt); argument
171 struct svc_rdma_recv_ctxt *head, __be32 *p);