Searched refs:ev_cq (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | uc_pingpong.c | 753 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 D | ud_pingpong.c | 760 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 D | rc_pingpong.c | 930 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 D | srq_pingpong.c | 878 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 D | xsrq_pingpong.c | 803 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 D | pcap-rdmasniff.c | 116 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 D | rping.c | 589 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()
|