Home
last modified time | relevance | path

Searched refs:ibv_destroy_srq (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/ofed/libibverbs/
HDlibibverbs.map30 ibv_destroy_srq;
HDcompat-1_0.c857 ret = ibv_destroy_srq(srq->real_srq); in __ibv_destroy_srq_1_0()
864 symver(__ibv_destroy_srq_1_0, ibv_destroy_srq, IBVERBS_1.0);
HDverbs.c563 default_symver(__ibv_destroy_srq, ibv_destroy_srq);
HDkern-abi.h1160 struct ibv_destroy_srq { struct
HDverbs.h2010 int ibv_destroy_srq(struct ibv_srq *srq);
HDcmd.c823 struct ibv_destroy_srq cmd; in ibv_cmd_destroy_srq()
/freebsd-13-stable/contrib/ofed/libibverbs/examples/
HDsrq_pingpong.c477 ibv_destroy_srq(ctx->srq); in pp_init_ctx()
515 if (ibv_destroy_srq(ctx->srq)) { in pp_close_ctx()
HDxsrq_pingpong.c681 if (ibv_destroy_srq(ctx.srq)) { in pp_close_ctx()
/freebsd-13-stable/contrib/ofed/librdmacm/
HDcma.c1321 ibv_destroy_srq(id->srq); in rdma_destroy_srq()