Home
last modified time | relevance | path

Searched refs:ev_cq (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/ofed/libibverbs/examples/
Duc_pingpong.c749 struct ibv_cq *ev_cq; in main() local
752 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) { in main()
759 if (ev_cq != ctx->cq) { in main()
760 fprintf(stderr, "CQ event for unknown CQ %p\n", ev_cq); in main()
Dud_pingpong.c756 struct ibv_cq *ev_cq; in main() local
759 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) { in main()
766 if (ev_cq != ctx->cq) { in main()
767 fprintf(stderr, "CQ event for unknown CQ %p\n", ev_cq); in main()
Dsrq_pingpong.c874 struct ibv_cq *ev_cq; in main() local
877 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) { in main()
884 if (ev_cq != ctx->cq) { in main()
885 fprintf(stderr, "CQ event for unknown CQ %p\n", ev_cq); in main()
Drc_pingpong.c926 struct ibv_cq *ev_cq; in main() local
929 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) { in main()
936 if (ev_cq != pp_cq(ctx)) { in main()
937 fprintf(stderr, "CQ event for unknown CQ %p\n", ev_cq); in main()
Dxsrq_pingpong.c799 struct ibv_cq *ev_cq; in get_cq_event() local
802 if (ibv_get_cq_event(ctx.channel, &ev_cq, &ev_ctx)) { in get_cq_event()
807 if (ev_cq != ctx.recv_cq) { in get_cq_event()
808 fprintf(stderr, "CQ event for unknown CQ %p\n", ev_cq); in get_cq_event()
/freebsd-12-stable/contrib/libpcap/
Dpcap-rdmasniff.c117 struct ibv_cq *ev_cq; in rdmasniff_read() local
125 while (ibv_get_cq_event(priv->channel, &ev_cq, &ev_ctx) < 0) { in rdmasniff_read()
/freebsd-12-stable/contrib/ofed/librdmacm/examples/
Drping.c589 struct ibv_cq *ev_cq; in cq_thread() local
598 ret = ibv_get_cq_event(cb->channel, &ev_cq, &ev_ctx); in cq_thread()
603 if (ev_cq != cb->cq) { in cq_thread()