Lines Matching defs:buffer
129 void *buffer;
136 buffer = kmalloc_node(rdma->sc_max_req_size, GFP_KERNEL, node);
137 if (!buffer)
139 addr = ib_dma_map_single(rdma->sc_pd->device, buffer,
151 ctxt->sc_xprt_buf = buffer;
161 kfree(buffer);
320 /* Sync the transport header buffer */
358 * On success, returns length in bytes of the Reply XDR buffer
360 * %-EMSGSIZE on XDR buffer overflow
376 * On success, returns length in bytes of the Reply XDR buffer
378 * %-EMSGSIZE on XDR buffer overflow
412 * On success, returns length in bytes of the Reply XDR buffer
414 * %-EMSGSIZE on XDR buffer overflow
450 * On success, returns length in bytes of the Reply XDR buffer
452 * %-EMSGSIZE on XDR buffer overflow
483 * On success, returns length in bytes of the Reply XDR buffer
485 * %-EMSGSIZE on XDR buffer overflow
686 * svc_rdma_xb_linearize - Copy region of xdr_buf to flat buffer
728 * svc_rdma_pull_up_reply_msg - Copy Reply into a single buffer
735 * Assemble the elements of @xdr into the transport header buffer.
738 * pull_up_needed has determined that @xdr will fit in the buffer.
742 * %-EMSGSIZE if a buffer manipulation problem occurred
764 /* svc_rdma_map_reply_msg - DMA map the buffer holding RPC message
772 * %-EMSGSIZE if a buffer manipulation problem occurred
1027 * %-EMSGSIZE on XDR buffer overflow