Lines Matching full:rdma
4 rdma_cm \- RDMA communication manager.
6 .B "#include <rdma/rdma_cma.h>"
8 Used to establish communication over RDMA transports.
10 The RDMA CM is a communication manager used to setup reliable, connected
11 and unreliable datagram data transfers. It provides an RDMA transport
14 communication must be over a specific RDMA device, and data transfers
17 The RDMA CM can control both the QP and communication management (connection setup /
18 teardown) portions of an RDMA API, or only the communication management
23 The RDMA CM can operate asynchronously or synchronously. The mode of
29 .SH "RDMA VERBS"
37 rdma_reg_read - registers a buffer for RDMA read operations
39 rdma_reg_write - registers a buffer for RDMA write operations
47 rdma_post_read - post an RDMA to read data into a buffer
49 rdma_post_write - post an RDMA to send data from a buffer
55 rdma_post_readv - post a vector of buffers to receive an RDMA read
57 rdma_post_writev - post a vector of buffers to send an RDMA write
61 rdma_get_send_comp - get completion status for a send or RDMA operation
81 obtain a local RDMA device to reach the remote address