Lines Matching full:identifier
1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
18 * RDMA identifier and release all resources allocated with the device.
142 * rdma_create_id - Create an RDMA identifier.
162 * rdma_destroy_id - Destroys an RDMA identifier.
164 * @id: RDMA identifier.
172 * rdma_restrict_node_type - Restrict an RDMA identifier to specific
175 * @id: RDMA identifier.
182 * It needs to be called before the RDMA identifier is bound
189 * rdma_bind_addr - Bind an RDMA identifier to a source address and
192 * @id: RDMA identifier.
195 * This associates a source address with the RDMA identifier before calling
196 * rdma_listen. If a specific local address is given, the RDMA identifier will
206 * @id: RDMA identifier.
216 * rdma_resolve_route - Resolve the RDMA address bound to the RDMA identifier
238 * identifier.
248 * identifier.
250 * Users must destroy any QP associated with an RDMA identifier before
258 * @id: Communication identifier associated with the QP attributes to
303 * @id: Connection identifier to transition to established.
330 * @id: Communication identifier associated with the request.
348 * connection identifier.
349 * @id: Communication identifier to associated with service type.
355 * connection identifier may be unaffected. The type of service
363 * @id: Communication identifier to configure.
376 * Must be set before identifier is in the listening state.
385 * @id: Communication identifier associated with the address.
392 * @id: Communication identifier that received the REJECT event.
400 * @id: Communication identifier that received the REJECT event.
414 * @id: Communication identifier whose GIDs are queried.