Searched refs:ib_poll_cq (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/rdma/krping/ |
H A D | krping.c | 369 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 D | ib_cq.c | 57 n = ib_poll_cq(cq, IB_CQ_POLL_MAX, ib_wc); in ib_cq_poll_work()
|
H A D | ib_uverbs_cmd.c | 1193 ret = ib_poll_cq(cq, 1, &wc); in ib_uverbs_poll_cq()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ib.c | 374 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 D | sdp_tx.c | 294 n = ib_poll_cq(ssk->tx_ring.cq, SDP_NUM_WC, ibwc); in sdp_process_tx_cq()
|
H A D | sdp_rx.c | 541 n = ib_poll_cq(cq, SDP_NUM_WC, ibwc); in sdp_poll_rx_cq()
|
/freebsd/sys/dev/iser/ |
H A D | iser_verbs.c | 168 while ((n = ib_poll_cq(cq, ARRAY_SIZE(comp->wcs), wcs)) > 0) { in iser_cq_tasklet_fn()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 3426 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 D | mlx4_ib_mad.c | 1697 while (ib_poll_cq(ctx->cq, 1, &wc) == 1) { in mlx4_ib_tunnel_comp_worker()
|