Searched refs:sc_xprt_buf (Results 1 – 2 of 2) sorted by relevance
151 ctxt->sc_xprt_buf = buffer; in svc_rdma_send_ctxt_alloc()152 xdr_buf_init(&ctxt->sc_hdrbuf, ctxt->sc_xprt_buf, in svc_rdma_send_ctxt_alloc()184 kfree(ctxt->sc_xprt_buf); in svc_rdma_send_ctxts_destroy()211 ctxt->sc_xprt_buf, NULL); in svc_rdma_send_ctxt_get()750 .pd_dest = sctxt->sc_xprt_buf + sctxt->sc_hdrbuf.len, in svc_rdma_pull_up_reply_msg()892 sctxt->sc_xprt_buf, NULL); in svc_rdma_send_error_msg()
159 void *sc_xprt_buf; member