Searched refs:ib_poll_cq (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/contrib/rdma/krping/
H A Dkrping.c257 while ((ret = ib_poll_cq(cb->cq, 1, &wc)) == 1) {
791 ne = ib_poll_cq(cb->cq, 1, &wc);
951 ne = ib_poll_cq(cb->cq, 1, &wc);
1054 ne = ib_poll_cq(cb->cq, 1, &wc);
1120 while ((ret = ib_poll_cq(cb->cq, 1, &wc) == 0));
1156 while ((ret = ib_poll_cq(cb->cq, 1, &wc) == 0));
1193 while ((ret = ib_poll_cq(cb->cq, 1, &wc) == 0));
1387 while ((ret = ib_poll_cq(cb->cq, 1, &wc) == 0));
1426 ne = ib_poll_cq(cb->cq, 1, &wc);
1476 while ((ret = ib_poll_cq(c
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c369 n = ib_poll_cq(priv->send_cq, MAX_SEND_CQE, priv->send_wc);
388 n = ib_poll_cq(priv->recv_cq, IPOIB_NUM_WC, priv->ibwc);
712 n = ib_poll_cq(priv->recv_cq, IPOIB_NUM_WC, priv->ibwc);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c292 n = ib_poll_cq(ssk->tx_ring.cq, SDP_NUM_WC, ibwc);
H A Dsdp_rx.c552 n = ib_poll_cq(cq, SDP_NUM_WC, ibwc);
/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_verbs.h1397 * ib_poll_cq - poll a CQ for completion(s)
1408 static inline int ib_poll_cq(struct ib_cq *cq, int num_entries, function
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h1619 * ib_poll_cq - poll a CQ for completion(s)
1630 static inline int ib_poll_cq(struct ib_cq *cq, int num_entries, function
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dmad.c2248 while (ib_poll_cq(port_priv->cq, 1, &wc) == 1) {
H A Duverbs_cmd.c927 resp->count = ib_poll_cq(cq, cmd.ne, wc);

Completed in 93 milliseconds