Lines Matching +full:reference +full:- +full:buffer
1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
2 .TH "RDMA_REG_WRITE" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
4 rdma_reg_write \- register data buffer(s) for remote RDMA write access.
14 A reference to a communication identifier where the message buffer(s)
17 The address of the memory buffer(s) to register.
21 Registers a memory buffer that will be accessed by a remote RDMA write
23 targeted in an RDMA write request, allowing the buffer to be
27 Returns a reference to the registered memory region on success, or NULL on
30 rdma_reg_write is used to register a data buffer that will be the
32 an rdma_cm_id. The memory buffer is registered with the proteection
33 domain associated with the idenfier. The start of the data buffer
34 is specified through the addr parameter, and the total size of the buffer