Searched refs:ev_ctx (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | pcap-rdmasniff.c | 117 void *ev_ctx; in rdmasniff_read() local 124 while (ibv_get_cq_event(priv->channel, &ev_cq, &ev_ctx) < 0) { in rdmasniff_read()
|
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | uc_pingpong.c | 754 void *ev_ctx; in main() local 756 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) { in main()
|
H A D | ud_pingpong.c | 761 void *ev_ctx; in main() local 763 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) { in main()
|
H A D | rc_pingpong.c | 931 void *ev_ctx; in main() local 933 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) { in main()
|
H A D | srq_pingpong.c | 879 void *ev_ctx; in main() local 881 if (ibv_get_cq_event(ctx->channel, &ev_cq, &ev_ctx)) { in main()
|
H A D | xsrq_pingpong.c | 804 void *ev_ctx; in get_cq_event() local 806 if (ibv_get_cq_event(ctx.channel, &ev_cq, &ev_ctx)) { in get_cq_event()
|
/freebsd/contrib/ofed/librdmacm/examples/ |
H A D | rping.c | 590 void *ev_ctx; in cq_thread() local 598 ret = ibv_get_cq_event(cb->channel, &ev_cq, &ev_ctx); in cq_thread()
|