Lines Matching full:communication
4 rdma_create_id \- Allocate a communication identifier.
15 The communication channel that events associated with the
18 A reference where the allocated communication identifier will be
25 Creates an identifier that is used to track communication information.
31 communication. The difference is that RDMA communication requires
32 explicitly binding to a specified RDMA device before communication
34 communication events on an rdma_cm_id are reported through the associated
46 Provides reliable, connection-oriented QP communication. Unlike TCP, the RDMA
47 port space provides message, not stream, based communication.
49 Provides unreliable, connectionless QP communication. Supports both datagram
50 and multicast communication.