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

/freebsd-11-stable/lib/ofed/libibverbs/
H A DMakefile32 ibv_create_comp_channel.3 \
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rdmasniff.c212 priv->channel = ibv_create_comp_channel(priv->context);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.c391 struct ibv_comp_channel *ibv_create_comp_channel(struct ibv_context *context) function
394 struct ibv_create_comp_channel cmd;
H A Dkern-abi.h439 struct ibv_create_comp_channel { struct
H A Dverbs.h1815 * ibv_create_comp_channel - Create a completion event channel
1817 struct ibv_comp_channel *ibv_create_comp_channel(struct ibv_context *context);
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c340 ctx->channel = ibv_create_comp_channel(ctx->context);
H A Duc_pingpong.c329 ctx->channel = ibv_create_comp_channel(ctx->context);
H A Dxsrq_pingpong.c237 ctx.channel = ibv_create_comp_channel(ctx.context);
H A Dsrq_pingpong.c380 ctx->channel = ibv_create_comp_channel(ctx->context);
H A Drc_pingpong.c357 ctx->channel = ibv_create_comp_channel(ctx->context);
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drping.c526 cb->channel = ibv_create_comp_channel(cm_id->verbs);
528 fprintf(stderr, "ibv_create_comp_channel failed\n");
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dcma.c1228 id->recv_cq_channel = ibv_create_comp_channel(id->verbs);
1239 id->send_cq_channel = ibv_create_comp_channel(id->verbs);
H A Drsocket.c783 cm_id->recv_cq_channel = ibv_create_comp_channel(cm_id->verbs);

Completed in 219 milliseconds