Home
last modified time | relevance | path

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

/Linux-v4.19/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()
725 p = ctxt->sc_xprt_buf; in svc_rdma_send_error_msg()
784 rdma_resp = sctxt->sc_xprt_buf; in svc_rdma_sendto()
Dsvc_rdma_recvfrom.c609 p = ctxt->sc_xprt_buf; in svc_rdma_send_error()
625 length = (unsigned long)p - (unsigned long)ctxt->sc_xprt_buf; in svc_rdma_send_error()
Dsvc_rdma_backchannel.c187 p = ctxt->sc_xprt_buf; in rpcrdma_bc_send_request()
/Linux-v4.19/include/linux/sunrpc/
Dsvc_rdma.h144 void *sc_xprt_buf; member