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

/freebsd-11-stable/lib/ofed/librdmacm/
H A DMakefile31 rdma_destroy_id.3 \
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dcmtime.c237 rdma_destroy_id(id);
266 rdma_destroy_id(work->id);
289 rdma_destroy_id(id);
333 rdma_destroy_id(id);
376 rdma_destroy_id(nodes[i].id);
390 rdma_destroy_id(nodes[i].id);
483 rdma_destroy_id(listen_id);
H A Dcmatose.c368 rdma_destroy_id(node->cma_id);
395 rdma_destroy_id(test.nodes[i].cma_id);
571 rdma_destroy_id(listen_id);
H A Dudaddy.c411 rdma_destroy_id(node->cma_id);
438 rdma_destroy_id(test.nodes[i].cma_id);
554 rdma_destroy_id(listen_id);
H A Dmckey.c373 rdma_destroy_id(node->cma_id);
397 rdma_destroy_id(test.nodes[i].cma_id);
H A Drping.c814 rdma_destroy_id(cb->child_cm_id);
931 rdma_destroy_id(cb->child_cm_id);
1284 rdma_destroy_id(cb->cm_id);
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdma_cm.h144 * Notes: Users may not call rdma_destroy_id from this callback to destroy
180 * rdma_destroy_id - Destroys an RDMA identifier.
187 void rdma_destroy_id(struct rdma_cm_id *id);
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_cma.h244 * channel. Users must release the rdma_cm_id by calling rdma_destroy_id.
246 * rdma_create_event_channel, rdma_destroy_id, rdma_get_devices,
291 * rdma_destroy_id - Release a communication identifier.
302 int rdma_destroy_id(struct rdma_cm_id *id);
399 * rdma_create_qp, rdma_destroy_id, ibv_destroy_qp
584 * rdma_get_cm_event, rdma_destroy_id
H A Dcma.c185 rdma_destroy_id(id);
581 int rdma_destroy_id(struct rdma_cm_id *id) function
1970 rdma_destroy_id(&id_priv->id);
2099 "event - rdma_destroy_id may hang.\n");
2416 rdma_destroy_id(id);
H A Drsocket.c948 rdma_destroy_id(qp->cm_id);
1021 rdma_destroy_id(rs->cm_id);
4116 rdma_destroy_id(id);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_ucma.c176 rdma_destroy_id(uevent_close->cm_id);
191 rdma_destroy_id(ctx->cm_id);
506 rdma_destroy_id(cm_id);
547 * processing. We cannot call rdma_destroy_id while holding the lock of the
573 rdma_destroy_id(uevent->cm_id);
617 rdma_destroy_id(ctx->cm_id);
1701 /* rdma_destroy_id ensures that no event handlers are
1704 rdma_destroy_id(ctx->cm_id);
H A Dib_cma.c1633 rdma_destroy_id(&dev_id_priv->id);
1708 void rdma_destroy_id(struct rdma_cm_id *id) function
1746 EXPORT_SYMBOL(rdma_destroy_id); variable
1855 rdma_destroy_id(&id_priv->id);
1920 rdma_destroy_id(id);
1962 rdma_destroy_id(id);
2048 * Acquire mutex to prevent user executing rdma_destroy_id()
2073 rdma_destroy_id(&conn_id->id);
2149 rdma_destroy_id(&id_priv->id);
2190 rdma_destroy_id(new_cm_i
[all...]
/freebsd-11-stable/sys/dev/iser/
H A Dicl_iser.c357 rdma_destroy_id(ib_conn->cma_id);
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c1483 rdma_destroy_id(cb->child_cm_id);
2179 rdma_destroy_id(cb->cm_id);
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c118 rdma_destroy_id(ssk->id);
/freebsd-11-stable/sys/contrib/rdma/krping_compat/
H A Dkrping.c2361 rdma_destroy_id(cb->child_cm_id);
3403 rdma_destroy_id(cb->cm_id);

Completed in 213 milliseconds