Searched refs:ev_ctx (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c723 void *ev_ctx; local
725 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) {
H A Duc_pingpong.c706 void *ev_ctx; local
708 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) {
H A Dud_pingpong.c700 void *ev_ctx; local
702 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) {
H A Dsrq_pingpong.c815 void *ev_ctx; local
817 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) {
/freebsd-9.3-release/contrib/ofed/librdmacm/examples/
H A Drping.c587 void *ev_ctx; local
595 ret = ibv_get_cq_event(cb->channel, &ev_cq, &ev_ctx);

Completed in 51 milliseconds