Home
last modified time | relevance | path

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

/linux-6.12.1/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c145 ctxt->sc_xprt_buf = buffer; in svc_rdma_send_ctxt_alloc()
146 xdr_buf_init(&ctxt->sc_hdrbuf, ctxt->sc_xprt_buf, in svc_rdma_send_ctxt_alloc()
178 kfree(ctxt->sc_xprt_buf); in svc_rdma_send_ctxts_destroy()
206 ctxt->sc_xprt_buf, NULL); in svc_rdma_send_ctxt_get()
790 .pd_dest = sctxt->sc_xprt_buf + sctxt->sc_hdrbuf.len, in svc_rdma_pull_up_reply_msg()
933 sctxt->sc_xprt_buf, NULL); in svc_rdma_send_error_msg()
/linux-6.12.1/include/linux/sunrpc/
Dsvc_rdma.h244 void *sc_xprt_buf; member