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

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rdmasniff.c85 ibv_destroy_cq(priv->cq);
334 ibv_destroy_cq(priv->cq);
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c417 ibv_destroy_cq(ctx->cq);
448 if (ibv_destroy_cq(ctx->cq)) {
H A Duc_pingpong.c405 ibv_destroy_cq(ctx->cq);
436 if (ibv_destroy_cq(ctx->cq)) {
H A Dxsrq_pingpong.c691 if (ibv_destroy_cq(ctx.send_cq)) {
696 if (ibv_destroy_cq(ctx.recv_cq)) {
H A Dsrq_pingpong.c476 ibv_destroy_cq(ctx->cq);
516 if (ibv_destroy_cq(ctx->cq)) {
H A Drc_pingpong.c475 ibv_destroy_cq(pp_cq(ctx));
506 if (ibv_destroy_cq(pp_cq(ctx))) {
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dcmatose.c354 ibv_destroy_cq(node->cq[SEND_CQ_INDEX]);
357 ibv_destroy_cq(node->cq[RECV_CQ_INDEX]);
H A Dmckey.c362 ibv_destroy_cq(node->cq);
H A Drping.c510 ibv_destroy_cq(cb->cq);
559 ibv_destroy_cq(cb->cq);
H A Dudaddy.c400 ibv_destroy_cq(node->cq);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcompat-1_0.c779 ret = ibv_destroy_cq(cq->real_cq);
786 symver(__ibv_destroy_cq_1_0, ibv_destroy_cq, IBVERBS_1.0);
H A Dkern-abi.h546 struct ibv_destroy_cq { struct
H A Dverbs.c494 default_symver(__ibv_destroy_cq, ibv_destroy_cq);
H A Dverbs.h1873 * ibv_destroy_cq - Destroy a completion queue
1875 int ibv_destroy_cq(struct ibv_cq *cq);
1895 * be acknowledged. To avoid races, ibv_destroy_cq() will wait for
H A Dcmd.c619 struct ibv_destroy_cq cmd;
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dcma.c1207 ibv_destroy_cq(id->recv_cq);
1209 ibv_destroy_cq(id->send_cq);
H A Drsocket.c803 ibv_destroy_cq(cm_id->recv_cq);

Completed in 234 milliseconds