Searched refs:sc_xprt_buf (Results 1 – 2 of 2) sorted by relevance
153 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()
161 void *sc_xprt_buf; member