Searched refs:ibv_poll_cq (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/lib/ofed/libibverbs/
H A DMakefile57 ibv_poll_cq.3 \
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_verbs.h259 ret = ibv_poll_cq(id->send_cq, 1, wc);
267 ret = ibv_poll_cq(id->send_cq, 1, wc);
290 ret = ibv_poll_cq(id->recv_cq, 1, wc);
298 ret = ibv_poll_cq(id->recv_cq, 1, wc);
H A Drsocket.c1906 while ((ret = ibv_poll_cq(rs->cm_id->recv_cq, 1, &wc)) > 0) {
2113 ret = ibv_poll_cq(qp->cm_id->recv_cq, 1, &wc);
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rdmasniff.c140 if (ibv_poll_cq(priv->cq, 1, &wc) != 1) {
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dmckey.c421 ret = ibv_poll_cq(test.nodes[i].cq, 8, wc);
H A Dcmatose.c419 ret = ibv_poll_cq(test.nodes[i].cq[index], 8, wc);
H A Dudaddy.c475 ret = ibv_poll_cq(test.nodes[i].cq, 8, wc);
H A Drping.c282 while ((ret = ibv_poll_cq(cb->cq, 1, &wc)) == 1) {
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c972 ne = ibv_poll_cq(ctx.recv_cq, 1, &wc);
994 ne = ibv_poll_cq(ctx.send_cq, 1, &wc);
H A Dud_pingpong.c782 ne = ibv_poll_cq(ctx->cq, 2, wc);
H A Duc_pingpong.c775 ne = ibv_poll_cq(ctx->cq, 2, wc);
H A Dsrq_pingpong.c899 ne = ibv_poll_cq(ctx->cq, num_wc, wc);
H A Drc_pingpong.c986 ne = ibv_poll_cq(pp_cq(ctx), 2, wc);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h507 struct ibv_poll_cq { struct
H A Dverbs.h1905 * ibv_poll_cq - Poll a CQ for work completions
1917 static inline int ibv_poll_cq(struct ibv_cq *cq, int num_entries, struct ibv_wc *wc) function
H A Dcmd.c540 struct ibv_poll_cq cmd;

Completed in 216 milliseconds