Home
last modified time | relevance | path

Searched refs:ibv_poll_cq (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/ofed/librdmacm/
H A Drdma_verbs.h259 ret = ibv_poll_cq(id->send_cq, 1, wc); in rdma_get_send_comp()
267 ret = ibv_poll_cq(id->send_cq, 1, wc); in rdma_get_send_comp()
290 ret = ibv_poll_cq(id->recv_cq, 1, wc); in rdma_get_recv_comp()
298 ret = ibv_poll_cq(id->recv_cq, 1, wc); in rdma_get_recv_comp()
H A Drsocket.c1906 while ((ret = ibv_poll_cq(rs->cm_id->recv_cq, 1, &wc)) > 0) { in rs_poll_cq()
2113 ret = ibv_poll_cq(qp->cm_id->recv_cq, 1, &wc); in ds_poll_cqs()
/freebsd/lib/ofed/libibverbs/
H A DMakefile56 ibv_poll_cq.3 \
/freebsd/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c976 ne = ibv_poll_cq(ctx.recv_cq, 1, &wc); in main()
998 ne = ibv_poll_cq(ctx.send_cq, 1, &wc); in main()
H A Duc_pingpong.c779 ne = ibv_poll_cq(ctx->cq, 2, wc); in main()
H A Dud_pingpong.c786 ne = ibv_poll_cq(ctx->cq, 2, wc); in main()
H A Drc_pingpong.c990 ne = ibv_poll_cq(pp_cq(ctx), 2, wc); in main()
H A Dsrq_pingpong.c903 ne = ibv_poll_cq(ctx->cq, num_wc, wc); in main()
/freebsd/contrib/libpcap/
H A Dpcap-rdmasniff.c156 if (ibv_poll_cq(priv->cq, 1, &wc) != 1) { in rdmasniff_read()
/freebsd/contrib/ofed/librdmacm/examples/
H A Dmckey.c421 ret = ibv_poll_cq(test.nodes[i].cq, 8, wc); in poll_cqs()
H A Dcmatose.c419 ret = ibv_poll_cq(test.nodes[i].cq[index], 8, wc); in poll_cqs()
H A Dudaddy.c475 ret = ibv_poll_cq(test.nodes[i].cq, 8, wc); in poll_cqs()
H A Drping.c282 while ((ret = ibv_poll_cq(cb->cq, 1, &wc)) == 1) { in rping_cq_event_handler()
/freebsd/contrib/ofed/libibverbs/
H A Dkern-abi.h507 struct ibv_poll_cq { struct
H A Dverbs.h1917 static inline int ibv_poll_cq(struct ibv_cq *cq, int num_entries, struct ibv_wc *wc) in ibv_poll_cq() function
H A Dcmd.c540 struct ibv_poll_cq cmd; in ibv_cmd_poll_cq()
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc6472 OLD_FILES+=usr/share/man/man3/ibv_poll_cq.3.gz