Lines Matching full:identifier
2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0
46 * RDMA identifier and release all resources allocated with the device.
163 * rdma_create_id - Create an RDMA identifier.
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
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
207 * @id: RDMA identifier.
216 * rdma_resolve_route - Resolve the RDMA address bound to the RDMA identifier
227 * identifier.
237 * identifier.
239 * Users must destroy any QP associated with an RDMA identifier before
247 * @id: Communication identifier associated with the QP attributes to
268 * @id: Connection identifier to connect.
291 * @id: Connection identifier associated with the request.
309 * @id: Connection identifier to transition to established.
336 * @id: Communication identifier associated with the request.
354 * connection identifier.
355 * @id: Communication identifier to associated with service type.
361 * connection identifier may be unaffected. The type of service
369 * @id: Communication identifier to configure.
382 * Must be set before identifier is in the listening state.
389 * @id: Communication identifier associated with the address.
396 * @id: Communication identifier that received the REJECT event.