Lines Matching full:rdma
41 #include <rdma/ib_addr.h>
42 #include <rdma/ib_sa.h>
46 * RDMA identifier and release all resources allocated with the device.
163 * rdma_create_id - Create an RDMA identifier.
169 * @ps: RDMA port space.
180 * rdma_destroy_id - Destroys an RDMA identifier.
182 * @id: RDMA identifier.
190 * rdma_bind_addr - Bind an RDMA identifier to a source address and
191 * associated RDMA device, if needed.
193 * @id: RDMA identifier.
196 * This associates a source address with the RDMA identifier before calling
197 * rdma_listen. If a specific local address is given, the RDMA identifier will
198 * be bound to a local RDMA device.
204 * from IP addresses to an RDMA address. If successful, the specified
207 * @id: RDMA identifier.
216 * rdma_resolve_route - Resolve the RDMA address bound to the RDMA identifier
221 * into an RDMA address before calling this routine.
226 * rdma_create_qp - Allocate a QP and associate it with the specified RDMA
236 * rdma_destroy_qp - Deallocate the QP associated with the specified RDMA
239 * Users must destroy any QP associated with an RDMA identifier before
240 * destroying the RDMA ID.
307 * rdma_notify - Notifies the RDMA CM of an asynchronous event that has