Home
last modified time | relevance | path

Searched refs:ib_poll_cq (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/rdma/krping/
H A Dkrping.c369 while ((ret = ib_poll_cq(cb->cq, 1, &wc)) == 1) { in krping_cq_event_handler()
952 ne = ib_poll_cq(cb->cq, 1, &wc); in rlat_test()
1082 ne = ib_poll_cq(cb->cq, 1, &wc); in wlat_test()
1213 ne = ib_poll_cq(cb->cq, 1, &wc); in bw_test()
1282 while ((ret = ib_poll_cq(cb->cq, 1, &wc) == 0)); in krping_rlat_test_server()
1315 while ((ret = ib_poll_cq(cb->cq, 1, &wc) == 0)); in krping_wlat_test_server()
1349 while ((ret = ib_poll_cq(cb->cq, 1, &wc) == 0)); in krping_bw_test_server()
1578 while ((ret = ib_poll_cq(cb->cq, 1, &wc) == 0)); in krping_rlat_test_client()
1617 ne = ib_poll_cq(cb->cq, 1, &wc); in krping_rlat_test_client()
1668 while ((ret = ib_poll_cq(cb->cq, 1, &wc) == 0)); in krping_wlat_test_client()
[all …]
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cq.c57 n = ib_poll_cq(cq, IB_CQ_POLL_MAX, ib_wc); in ib_cq_poll_work()
H A Dib_uverbs_cmd.c1193 ret = ib_poll_cq(cq, 1, &wc); in ib_uverbs_poll_cq()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c374 n = ib_poll_cq(priv->send_cq, MAX_SEND_CQE, priv->send_wc); in ipoib_poll_tx()
397 n = ib_poll_cq(priv->recv_cq, IPOIB_NUM_WC, priv->ibwc); in ipoib_poll()
747 n = ib_poll_cq(priv->recv_cq, IPOIB_NUM_WC, priv->ibwc); in ipoib_drain_cq()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c294 n = ib_poll_cq(ssk->tx_ring.cq, SDP_NUM_WC, ibwc); in sdp_process_tx_cq()
H A Dsdp_rx.c541 n = ib_poll_cq(cq, SDP_NUM_WC, ibwc); in sdp_poll_rx_cq()
/freebsd/sys/dev/iser/
H A Diser_verbs.c168 while ((n = ib_poll_cq(cq, ARRAY_SIZE(comp->wcs), wcs)) > 0) { in iser_cq_tasklet_fn()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h3426 static inline int ib_poll_cq(struct ib_cq *cq, int num_entries, in ib_poll_cq() function
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c1697 while (ib_poll_cq(ctx->cq, 1, &wc) == 1) { in mlx4_ib_tunnel_comp_worker()