Searched refs:ibv_destroy_cq (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.2-release/contrib/ofed/librdmacm/examples/
H A Dcmatose.c363 ibv_destroy_cq(node->cq[SEND_CQ_INDEX]);
366 ibv_destroy_cq(node->cq[RECV_CQ_INDEX]);
H A Dmckey.c363 ibv_destroy_cq(node->cq);
H A Drping.c507 ibv_destroy_cq(cb->cq);
556 ibv_destroy_cq(cb->cq);
H A Dudaddy.c402 ibv_destroy_cq(node->cq);
/freebsd-10.2-release/contrib/ofed/libibverbs/src/
H A Dcompat-1_0.c677 ret = ibv_destroy_cq(cq->real_cq);
684 symver(__ibv_destroy_cq_1_0, ibv_destroy_cq, IBVERBS_1.0);
H A Dverbs.c327 default_symver(__ibv_destroy_cq, ibv_destroy_cq);
H A Dcmd.c428 struct ibv_destroy_cq cmd;
/freebsd-10.2-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c413 if (ibv_destroy_cq(ctx->cq)) {
H A Duc_pingpong.c398 if (ibv_destroy_cq(ctx->cq)) {
H A Dud_pingpong.c396 if (ibv_destroy_cq(ctx->cq)) {
H A Dsrq_pingpong.c467 if (ibv_destroy_cq(ctx->cq)) {
/freebsd-10.2-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h908 * ibv_destroy_cq - Destroy a completion queue
910 int ibv_destroy_cq(struct ibv_cq *cq);
930 * be acknowledged. To avoid races, ibv_destroy_cq() will wait for
H A Dkern-abi.h369 struct ibv_destroy_cq { struct

Completed in 188 milliseconds