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

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rdmasniff.c84 ibv_destroy_qp(priv->qp);
330 ibv_destroy_qp(priv->qp);
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c414 ibv_destroy_qp(ctx->qp);
443 if (ibv_destroy_qp(ctx->qp)) {
H A Duc_pingpong.c402 ibv_destroy_qp(ctx->qp);
431 if (ibv_destroy_qp(ctx->qp)) {
H A Dxsrq_pingpong.c663 if (ibv_destroy_qp(ctx.send_qp[i])) {
668 if (ibv_destroy_qp(ctx.recv_qp[i])) {
H A Dsrq_pingpong.c471 ibv_destroy_qp(ctx->qp[i]);
505 if (ibv_destroy_qp(ctx->qp[i])) {
H A Drc_pingpong.c472 ibv_destroy_qp(ctx->qp);
501 if (ibv_destroy_qp(ctx->qp)) {
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcompat-1_0.c944 ret = ibv_destroy_qp(qp->real_qp);
951 symver(__ibv_destroy_qp_1_0, ibv_destroy_qp, IBVERBS_1.0);
H A Dkern-abi.h799 struct ibv_destroy_qp { struct
H A Dverbs.c625 default_symver(__ibv_destroy_qp, ibv_destroy_qp);
H A Dverbs.h2135 * ibv_destroy_qp - Destroy a queue pair.
2137 int ibv_destroy_qp(struct ibv_qp *qp);
H A Dcmd.c1630 struct ibv_destroy_qp cmd;
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drping.c509 ibv_destroy_qp(cb->qp);
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dcma.c1384 ibv_destroy_qp(qp);
1406 ibv_destroy_qp(id->qp);

Completed in 126 milliseconds