Searched refs:ev_ctx (Results 1 – 8 of 8) sorted by relevance
| /src/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()
|
| /src/contrib/ofed/libbnxtre/ |
| H A D | db.c | 547 void *ev_ctx; in bnxt_re_dbr_thread() local 551 ret = ibv_get_cq_event(cntx->dbr_ev_chan, &ev_cq, &ev_ctx); in bnxt_re_dbr_thread()
|
| /src/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()
|
| /src/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()
|