Lines Matching +full:channel +full:- +full:11
1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
2 .TH "RDMA_MIGRATE_ID" 3 "2007-11-13" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
4 rdma_migrate_id \- Move a communication identifier to a different event channel.
10 .BI "struct rdma_event_channel *" channel ");"
14 .IP "channel" 12
15 The communication channel that events associated with the
18 Migrates a communication identifier to a different event channel.
20 Returns 0 on success, or -1 on error. If an error occurs, errno will be
24 channel and moves any pending events associated with the rdma_cm_id
25 to the new channel. Users should not poll for events on the
26 rdma_cm_id's current event channel or invoke other routines on the
28 there are any unacknowledged events on the current event channel.
30 If the channel parameter is NULL, the specified rdma_cm_id will be