Lines Matching refs:buffer
131 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,
158 ctxt->rc_recv_buf = buffer;
162 kfree(buffer);
406 * transport header without overflowing the buffer. That's about 40
450 * - Read list does not overflow Receive buffer.
481 /* A bogus segcount causes this buffer overflow check to fail. */
522 * - Write list does not overflow Receive buffer.
550 * - Reply chunk does not overflow Receive buffer.
775 * message from the contents of the Receive buffer.