Home
last modified time | relevance | path

Searched refs:ibv_req_notify_cq (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/ofed/usr.lib/libibverbs/
HDMakefile29 ibv_rate_to_mult.3 ibv_rc_pingpong.1 ibv_reg_mr.3 ibv_req_notify_cq.3 \
/NextBSD/contrib/ofed/libibverbs/fixes/
HDverbs_man_page.patch20 - man/ibv_req_notify_cq.3 man/ibv_resize_cq.3
21 + man/ibv_req_notify_cq.3 man/ibv_resize_cq.3 man/verbs.7
146 +int ibv_req_notify_cq(struct ibv_cq *cq, int solicited_only);
HDXRC_man_pages.patch651 man/ibv_req_notify_cq.3 man/ibv_resize_cq.3 man/verbs.7
/NextBSD/contrib/ofed/libibverbs/examples/
HDuc_pingpong.c641 if (ibv_req_notify_cq(ctx->cq, 0)) { in main()
720 if (ibv_req_notify_cq(ctx->cq, 0)) { in main()
HDud_pingpong.c639 if (ibv_req_notify_cq(ctx->cq, 0)) { in main()
714 if (ibv_req_notify_cq(ctx->cq, 0)) { in main()
HDrc_pingpong.c656 if (ibv_req_notify_cq(ctx->cq, 0)) { in main()
737 if (ibv_req_notify_cq(ctx->cq, 0)) { in main()
HDsrq_pingpong.c741 if (ibv_req_notify_cq(ctx->cq, 0)) { in main()
829 if (ibv_req_notify_cq(ctx->cq, 0)) { in main()
/NextBSD/contrib/ofed/librdmacm/examples/
HDrping.c539 ret = ibv_req_notify_cq(cb->cq, 0); in rping_setup_qp()
603 ret = ibv_req_notify_cq(cb->cq, 0); in cq_thread()
/NextBSD/contrib/ofed/libibverbs/include/infiniband/
HDverbs.h966 static inline int ibv_req_notify_cq(struct ibv_cq *cq, int solicited_only) in ibv_req_notify_cq() function
HDkern-abi.h345 struct ibv_req_notify_cq { struct
/NextBSD/contrib/ofed/libibverbs/
HDChangeLog227 * include/infiniband/verbs.h (ibv_req_notify_cq): Document
/NextBSD/contrib/ofed/libibverbs/src/
HDcmd.c382 struct ibv_req_notify_cq cmd; in ibv_cmd_req_notify_cq()