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

/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c722 struct ibv_cq *ev_cq; local
725 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) {
732 if (ev_cq != ctx->cq) {
733 fprintf(stderr, "CQ event for unknown CQ %p\n", ev_cq);
H A Duc_pingpong.c705 struct ibv_cq *ev_cq; local
708 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) {
715 if (ev_cq != ctx->cq) {
716 fprintf(stderr, "CQ event for unknown CQ %p\n", ev_cq);
H A Dud_pingpong.c699 struct ibv_cq *ev_cq; local
702 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) {
709 if (ev_cq != ctx->cq) {
710 fprintf(stderr, "CQ event for unknown CQ %p\n", ev_cq);
H A Dsrq_pingpong.c814 struct ibv_cq *ev_cq; local
817 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) {
824 if (ev_cq != ctx->cq) {
825 fprintf(stderr, "CQ event for unknown CQ %p\n", ev_cq);
/freebsd-9.3-release/contrib/ofed/librdmacm/examples/
H A Drping.c586 struct ibv_cq *ev_cq; local
595 ret = ibv_get_cq_event(cb->channel, &ev_cq, &ev_ctx);
600 if (ev_cq != cb->cq) {

Completed in 69 milliseconds