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

/freebsd-9.3-release/contrib/ofed/usr.lib/libibverbs/
H A DMakefile26 ibv_open_device.3 ibv_poll_cq.3 ibv_post_recv.3 ibv_post_send.3 \
/freebsd-9.3-release/contrib/ofed/librdmacm/examples/
H A Dmckey.c422 ret = ibv_poll_cq(test.nodes[i].cq, 8, wc);
H A Dcmatose.c428 ret = ibv_poll_cq(test.nodes[i].cq[index], 8, wc);
H A Dudaddy.c477 ret = ibv_poll_cq(test.nodes[i].cq, 8, wc);
H A Drping.c279 while ((ret = ibv_poll_cq(cb->cq, 1, &wc)) == 1) {
/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c748 ne = ibv_poll_cq(ctx->cq, 2, wc);
H A Duc_pingpong.c731 ne = ibv_poll_cq(ctx->cq, 2, wc);
H A Dud_pingpong.c725 ne = ibv_poll_cq(ctx->cq, 2, wc);
H A Dsrq_pingpong.c839 ne = ibv_poll_cq(ctx->cq, num_wc, wc);
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h940 * ibv_poll_cq - Poll a CQ for work completions
952 static inline int ibv_poll_cq(struct ibv_cq *cq, int num_entries, struct ibv_wc *wc) function
H A Dkern-abi.h330 struct ibv_poll_cq { struct
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dcmd.c335 struct ibv_poll_cq cmd;

Completed in 191 milliseconds