Searched refs:ibv_req_notify_cq (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/ofed/usr.lib/libibverbs/
H A DMakefile29 ibv_rate_to_mult.3 ibv_rc_pingpong.1 ibv_reg_mr.3 ibv_req_notify_cq.3 \
/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c656 if (ibv_req_notify_cq(ctx->cq, 0)) {
737 if (ibv_req_notify_cq(ctx->cq, 0)) {
H A Duc_pingpong.c641 if (ibv_req_notify_cq(ctx->cq, 0)) {
720 if (ibv_req_notify_cq(ctx->cq, 0)) {
H A Dud_pingpong.c639 if (ibv_req_notify_cq(ctx->cq, 0)) {
714 if (ibv_req_notify_cq(ctx->cq, 0)) {
H A Dsrq_pingpong.c741 if (ibv_req_notify_cq(ctx->cq, 0)) {
829 if (ibv_req_notify_cq(ctx->cq, 0)) {
/freebsd-9.3-release/contrib/ofed/librdmacm/examples/
H A Drping.c540 ret = ibv_req_notify_cq(cb->cq, 0);
604 ret = ibv_req_notify_cq(cb->cq, 0);
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h958 * ibv_req_notify_cq - Request completion notification on a CQ. An
966 static inline int ibv_req_notify_cq(struct ibv_cq *cq, int solicited_only) function
H A Dkern-abi.h345 struct ibv_req_notify_cq { struct
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dcmd.c382 struct ibv_req_notify_cq cmd;

Completed in 113 milliseconds