Searched refs:ibv_poll_cq (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/ofed/librdmacm/ |
H A D | rdma_verbs.h | 259 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 D | rsocket.c | 1906 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 D | Makefile | 54 ibv_poll_cq.3 \
|
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | xsrq_pingpong.c | 976 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 D | uc_pingpong.c | 779 ne = ibv_poll_cq(ctx->cq, 2, wc); in main()
|
H A D | ud_pingpong.c | 786 ne = ibv_poll_cq(ctx->cq, 2, wc); in main()
|
H A D | rc_pingpong.c | 990 ne = ibv_poll_cq(pp_cq(ctx), 2, wc); in main()
|
H A D | srq_pingpong.c | 903 ne = ibv_poll_cq(ctx->cq, num_wc, wc); in main()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-rdmasniff.c | 154 if (ibv_poll_cq(priv->cq, 1, &wc) != 1) { in rdmasniff_read()
|
/freebsd/contrib/ofed/librdmacm/examples/ |
H A D | mckey.c | 421 ret = ibv_poll_cq(test.nodes[i].cq, 8, wc); in poll_cqs()
|
H A D | cmatose.c | 419 ret = ibv_poll_cq(test.nodes[i].cq[index], 8, wc); in poll_cqs()
|
H A D | udaddy.c | 475 ret = ibv_poll_cq(test.nodes[i].cq, 8, wc); in poll_cqs()
|
H A D | rping.c | 282 while ((ret = ibv_poll_cq(cb->cq, 1, &wc)) == 1) { in rping_cq_event_handler()
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | kern-abi.h | 507 struct ibv_poll_cq { struct
|
H A D | verbs.h | 1919 static inline int ibv_poll_cq(struct ibv_cq *cq, int num_entries, struct ibv_wc *wc) in ibv_poll_cq() function
|
H A D | cmd.c | 540 struct ibv_poll_cq cmd; in ibv_cmd_poll_cq()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 6465 OLD_FILES+=usr/share/man/man3/ibv_poll_cq.3.gz
|