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

/freebsd-11-stable/lib/ofed/libibverbs/
H A DMakefile72 ibv_req_notify_cq.3 \
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_verbs.h263 ret = ibv_req_notify_cq(id->send_cq, 0);
294 ret = ibv_req_notify_cq(id->recv_cq, 0);
H A Drsocket.c797 ibv_req_notify_cq(cm_id->recv_cq, 0);
2041 ibv_req_notify_cq(rs->cm_id->recv_cq, 0);
2158 ibv_req_notify_cq(qp->cm_id->recv_cq, 0);
3273 ibv_req_notify_cq(rs->cm_id->recv_cq, 0);
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rdmasniff.c135 ibv_req_notify_cq(priv->cq, 0);
227 ibv_req_notify_cq(priv->cq, 0);
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c693 if (ibv_req_notify_cq(ctx->cq, 0)) {
771 if (ibv_req_notify_cq(ctx->cq, 0)) {
H A Duc_pingpong.c680 if (ibv_req_notify_cq(ctx->cq, 0)) {
764 if (ibv_req_notify_cq(ctx->cq, 0)) {
H A Dxsrq_pingpong.c282 if (ibv_req_notify_cq(ctx.recv_cq, 0)) {
812 if (ibv_req_notify_cq(ctx.recv_cq, 0)) {
H A Dsrq_pingpong.c794 if (ibv_req_notify_cq(ctx->cq, 0)) {
889 if (ibv_req_notify_cq(ctx->cq, 0)) {
H A Drc_pingpong.c855 if (ibv_req_notify_cq(pp_cq(ctx), 0)) {
941 if (ibv_req_notify_cq(pp_cq(ctx), 0)) {
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drping.c543 ret = ibv_req_notify_cq(cb->cq, 0);
607 ret = ibv_req_notify_cq(cb->cq, 0);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h522 struct ibv_req_notify_cq { struct
H A Dverbs.h1923 * ibv_req_notify_cq - Request completion notification on a CQ. An
1931 static inline int ibv_req_notify_cq(struct ibv_cq *cq, int solicited_only) function
H A Dcmd.c587 struct ibv_req_notify_cq cmd;

Completed in 253 milliseconds