Searched refs:rdma_destroy_id (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.2-release/contrib/ofed/usr.lib/librdmacm/
H A DMakefile25 MAN+= rdma_destroy_id.3 rdma_resolve_addr.3 rdma_destroy_qp.3
/freebsd-10.2-release/sys/ofed/include/rdma/
H A Drdma_cm.h120 * Notes: Users may not call rdma_destroy_id from this callback to destroy
149 * rdma_destroy_id - Destroys an RDMA identifier.
156 void rdma_destroy_id(struct rdma_cm_id *id);
/freebsd-10.2-release/contrib/ofed/librdmacm/
H A DMakefile.am44 man/rdma_destroy_id.3 \
H A DMakefile.in256 man/rdma_destroy_id.3 \
/freebsd-10.2-release/contrib/ofed/librdmacm/include/rdma/
H A Drdma_cma.h195 * channel. Users must release the rdma_cm_id by calling rdma_destroy_id.
197 * rdma_create_event_channel, rdma_destroy_id, rdma_get_devices,
205 * rdma_destroy_id - Release a communication identifier.
216 int rdma_destroy_id(struct rdma_cm_id *id);
309 * rdma_create_qp, rdma_destroy_id, ibv_destroy_qp
485 * rdma_get_cm_event, rdma_destroy_id
/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Dcma.c827 rdma_destroy_id(&dev_id_priv->id);
893 void rdma_destroy_id(struct rdma_cm_id *id) function
933 EXPORT_SYMBOL(rdma_destroy_id); variable
1052 rdma_destroy_id(&id_priv->id);
1111 rdma_destroy_id(id);
1150 rdma_destroy_id(id);
1211 * Acquire mutex to prevent user executing rdma_destroy_id()
1229 rdma_destroy_id(&conn_id->id);
1347 rdma_destroy_id(&id_priv->id);
1386 rdma_destroy_id(new_cm_i
[all...]
H A Ducma.c390 rdma_destroy_id(ctx->cm_id);
424 rdma_destroy_id(uevent->cm_id);
448 rdma_destroy_id(ctx->cm_id);
/freebsd-10.2-release/contrib/ofed/librdmacm/examples/
H A Dcmatose.c377 rdma_destroy_id(node->cma_id);
404 rdma_destroy_id(test.nodes[i].cma_id);
611 rdma_destroy_id(listen_id);
H A Dudaddy.c413 rdma_destroy_id(node->cma_id);
440 rdma_destroy_id(test.nodes[i].cma_id);
580 rdma_destroy_id(listen_id);
H A Dmckey.c374 rdma_destroy_id(node->cma_id);
398 rdma_destroy_id(test.nodes[i].cma_id);
H A Drping.c807 rdma_destroy_id(cb->child_cm_id);
891 rdma_destroy_id(cb->child_cm_id);
1217 rdma_destroy_id(cb->cm_id);
/freebsd-10.2-release/contrib/ofed/librdmacm/src/
H A Dcma.c442 int rdma_destroy_id(struct rdma_cm_id *id) function
1195 rdma_destroy_id(&id_priv->id);
/freebsd-10.2-release/sys/contrib/rdma/krping/
H A Dkrping.c1647 rdma_destroy_id(cb->child_cm_id);
2303 rdma_destroy_id(cb->cm_id);
/freebsd-10.2-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c113 rdma_destroy_id(ssk->id);

Completed in 194 milliseconds