Home
last modified time | relevance | path

Searched refs:ibv_destroy_comp_channel (Results 1 – 14 of 14) sorted by relevance

/freebsd-head/contrib/ofed/libibverbs/
HDlibibverbs.map21 ibv_destroy_comp_channel;
HDverbs.c434 int ibv_destroy_comp_channel(struct ibv_comp_channel *channel) in ibv_destroy_comp_channel() function
HDverbs.h1824 int ibv_destroy_comp_channel(struct ibv_comp_channel *channel);
/freebsd-head/contrib/libpcap/
HDpcap-rdmasniff.c86 ibv_destroy_comp_channel(priv->channel); in rdmasniff_cleanup()
352 ibv_destroy_comp_channel(priv->channel); in rdmasniff_activate()
/freebsd-head/contrib/ofed/libibverbs/examples/
HDud_pingpong.c431 ibv_destroy_comp_channel(ctx->channel); in pp_init_ctx()
473 if (ibv_destroy_comp_channel(ctx->channel)) { in pp_close_ctx()
HDuc_pingpong.c419 ibv_destroy_comp_channel(ctx->channel); in pp_init_ctx()
456 if (ibv_destroy_comp_channel(ctx->channel)) { in pp_close_ctx()
HDrc_pingpong.c489 ibv_destroy_comp_channel(ctx->channel); in pp_init_ctx()
526 if (ibv_destroy_comp_channel(ctx->channel)) { in pp_close_ctx()
HDsrq_pingpong.c490 ibv_destroy_comp_channel(ctx->channel); in pp_init_ctx()
536 if (ibv_destroy_comp_channel(ctx->channel)) { in pp_close_ctx()
HDxsrq_pingpong.c716 if (ibv_destroy_comp_channel(ctx.channel)) { in pp_close_ctx()
/freebsd-head/contrib/ofed/libbnxtre/
HDmain.c272 ret = ibv_destroy_comp_channel(cntx->dbr_ev_chan); in _bnxt_re_uninit_context()
HDverbs.c429 ret = ibv_destroy_comp_channel(cntx->dbr_ev_chan); in bnxt_re_create_cq()
/freebsd-head/contrib/ofed/librdmacm/examples/
HDrping.c511 ibv_destroy_comp_channel(cb->channel); in rping_free_qp()
561 ibv_destroy_comp_channel(cb->channel); in rping_setup_qp()
/freebsd-head/contrib/ofed/librdmacm/
HDcma.c1217 ibv_destroy_comp_channel(id->recv_cq_channel); in ucma_destroy_cqs()
1219 ibv_destroy_comp_channel(id->send_cq_channel); in ucma_destroy_cqs()
HDrsocket.c806 ibv_destroy_comp_channel(cm_id->recv_cq_channel); in rs_create_cq()