Searched refs:ev_cq (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/ofed/libibverbs/examples/ |
| D | uc_pingpong.c | 749 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()
|
| D | ud_pingpong.c | 756 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()
|
| D | srq_pingpong.c | 874 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()
|
| D | rc_pingpong.c | 926 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()
|
| D | xsrq_pingpong.c | 799 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/ |
| D | pcap-rdmasniff.c | 117 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/ |
| 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()
|