Searched refs:rdma_migrate_id (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/ofed/librdmacm/
H A DMakefile50 rdma_migrate_id.3 \
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_cma.h273 * rdma_create_id, rdma_create_qp, rdma_migrate_id, rdma_connect,
662 * rdma_migrate_id - Move an rdma_cm_id to a new event channel.
666 int rdma_migrate_id(struct rdma_cm_id *id, struct rdma_event_channel *channel);
H A Dcma.c1958 ret = rdma_migrate_id(&id_priv->id, NULL);
2254 int rdma_migrate_id(struct rdma_cm_id *id, struct rdma_event_channel *channel) function
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dcmatose.c482 ret = rdma_migrate_id(listen_id, channel);
485 ret = rdma_migrate_id(test.nodes[i].cma_id, channel);

Completed in 162 milliseconds