Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c153 ctxt->sc_xprt_buf = buffer; in svc_rdma_send_ctxt_alloc()
183 kfree(ctxt->sc_xprt_buf); in svc_rdma_send_ctxts_destroy()
583 dst = ctxt->sc_xprt_buf; in svc_rdma_pull_up_reply_msg()
787 p = ctxt->sc_xprt_buf; in svc_rdma_send_error_msg()
842 rdma_resp = sctxt->sc_xprt_buf; in svc_rdma_sendto()
Dsvc_rdma_recvfrom.c661 p = ctxt->sc_xprt_buf; in svc_rdma_send_error()
677 length = (unsigned long)p - (unsigned long)ctxt->sc_xprt_buf; in svc_rdma_send_error()
Dsvc_rdma_backchannel.c184 p = ctxt->sc_xprt_buf; in rpcrdma_bc_send_request()
/Linux-v5.4/include/linux/sunrpc/
Dsvc_rdma.h147 void *sc_xprt_buf; member