Searched refs:ibv_req_notify_cq (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/contrib/ofed/usr.lib/libibverbs/ |
| HD | Makefile | 29 ibv_rate_to_mult.3 ibv_rc_pingpong.1 ibv_reg_mr.3 ibv_req_notify_cq.3 \
|
| /NextBSD/contrib/ofed/libibverbs/fixes/ |
| HD | verbs_man_page.patch | 20 - 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);
|
| HD | XRC_man_pages.patch | 651 man/ibv_req_notify_cq.3 man/ibv_resize_cq.3 man/verbs.7
|
| /NextBSD/contrib/ofed/libibverbs/examples/ |
| HD | uc_pingpong.c | 641 if (ibv_req_notify_cq(ctx->cq, 0)) { in main() 720 if (ibv_req_notify_cq(ctx->cq, 0)) { in main()
|
| HD | ud_pingpong.c | 639 if (ibv_req_notify_cq(ctx->cq, 0)) { in main() 714 if (ibv_req_notify_cq(ctx->cq, 0)) { in main()
|
| HD | rc_pingpong.c | 656 if (ibv_req_notify_cq(ctx->cq, 0)) { in main() 737 if (ibv_req_notify_cq(ctx->cq, 0)) { in main()
|
| HD | srq_pingpong.c | 741 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/ |
| HD | rping.c | 539 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/ |
| HD | verbs.h | 966 static inline int ibv_req_notify_cq(struct ibv_cq *cq, int solicited_only) in ibv_req_notify_cq() function
|
| HD | kern-abi.h | 345 struct ibv_req_notify_cq { struct
|
| /NextBSD/contrib/ofed/libibverbs/ |
| HD | ChangeLog | 227 * include/infiniband/verbs.h (ibv_req_notify_cq): Document
|
| /NextBSD/contrib/ofed/libibverbs/src/ |
| HD | cmd.c | 382 struct ibv_req_notify_cq cmd; in ibv_cmd_req_notify_cq()
|