Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c753 struct ibv_cq *ev_cq; in main() local
756 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) { in main()
763 if (ev_cq != ctx->cq) { in main()
764 fprintf(stderr, "CQ event for unknown CQ %p\n", ev_cq); in main()
H A Dud_pingpong.c760 struct ibv_cq *ev_cq; in main() local
763 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) { in main()
770 if (ev_cq != ctx->cq) { in main()
771 fprintf(stderr, "CQ event for unknown CQ %p\n", ev_cq); in main()
H A Drc_pingpong.c930 struct ibv_cq *ev_cq; in main() local
933 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) { in main()
940 if (ev_cq != pp_cq(ctx)) { in main()
941 fprintf(stderr, "CQ event for unknown CQ %p\n", ev_cq); in main()
H A Dsrq_pingpong.c878 struct ibv_cq *ev_cq; in main() local
881 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) { in main()
888 if (ev_cq != ctx->cq) { in main()
889 fprintf(stderr, "CQ event for unknown CQ %p\n", ev_cq); in main()
H A Dxsrq_pingpong.c803 struct ibv_cq *ev_cq; in get_cq_event() local
806 if (ibv_get_cq_event(ctx.channel, &ev_cq, &ev_ctx)) { in get_cq_event()
811 if (ev_cq != ctx.recv_cq) { in get_cq_event()
812 fprintf(stderr, "CQ event for unknown CQ %p\n", ev_cq); in get_cq_event()
/freebsd/contrib/libpcap/
H A Dpcap-rdmasniff.c116 struct ibv_cq *ev_cq; in rdmasniff_read() local
124 while (ibv_get_cq_event(priv->channel, &ev_cq, &ev_ctx) < 0) { in rdmasniff_read()
/freebsd/contrib/ofed/librdmacm/examples/
H A 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()