Searched refs:pp_cq (Results 1 – 1 of 1) sorted by relevance
81 static struct ibv_cq *pp_cq(struct pingpong_context *ctx) in pp_cq() function424 if (!pp_cq(ctx)) { in pp_init_ctx()432 .send_cq = pp_cq(ctx), in pp_init_ctx()433 .recv_cq = pp_cq(ctx), in pp_init_ctx()479 ibv_destroy_cq(pp_cq(ctx)); in pp_init_ctx()510 if (ibv_destroy_cq(pp_cq(ctx))) { in pp_close_ctx()859 if (ibv_req_notify_cq(pp_cq(ctx), 0)) { in main()940 if (ev_cq != pp_cq(ctx)) { in main()945 if (ibv_req_notify_cq(pp_cq(ctx), 0)) { in main()990 ne = ibv_poll_cq(pp_cq(ctx), 2, wc); in main()[all …]