Home
last modified time | relevance | path

Searched refs:sc_xprt_buf (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c153 ctxt->sc_xprt_buf = buffer; in svc_rdma_send_ctxt_alloc()
154 xdr_buf_init(&ctxt->sc_hdrbuf, ctxt->sc_xprt_buf, in svc_rdma_send_ctxt_alloc()
186 kfree(ctxt->sc_xprt_buf); in svc_rdma_send_ctxts_destroy()
213 ctxt->sc_xprt_buf, NULL); in svc_rdma_send_ctxt_get()
745 .pd_dest = sctxt->sc_xprt_buf + sctxt->sc_hdrbuf.len, in svc_rdma_pull_up_reply_msg()
872 sctxt->sc_xprt_buf, NULL); in svc_rdma_send_error_msg()
/linux-6.1.9/include/linux/sunrpc/
Dsvc_rdma.h161 void *sc_xprt_buf; member