Searched refs:sc_xprt_buf (Results 1 – 2 of 2) sorted by relevance
161 ctxt->sc_xprt_buf = buffer; in svc_rdma_send_ctxt_alloc()162 xdr_buf_init(&ctxt->sc_hdrbuf, ctxt->sc_xprt_buf, in svc_rdma_send_ctxt_alloc()193 kfree(ctxt->sc_xprt_buf); in svc_rdma_send_ctxts_destroy()219 ctxt->sc_xprt_buf, NULL); in svc_rdma_send_ctxt_get()616 dst = sctxt->sc_xprt_buf + sctxt->sc_hdrbuf.len; in svc_rdma_pull_up_reply_msg()834 sctxt->sc_xprt_buf, NULL); in svc_rdma_send_error_msg()
160 void *sc_xprt_buf; member