Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/infiniband/
H A Dcore_locking.rst71 CPU上同时安全地调用ib_poll_cq()。然而,不同的ib_poll_cq()调用之间
/linux/Documentation/infiniband/
H A Dcore_locking.rst62 example, a consumer may safely call ib_poll_cq() on multiple CPUs
64 information between different calls of ib_poll_cq() is not defined.
/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c439 n = ib_poll_cq(priv->send_cq, MAX_SEND_CQE, priv->send_wc); in poll_tx()
466 n = ib_poll_cq(priv->recv_cq, t, priv->ibwc); in ipoib_rx_poll()
507 n = ib_poll_cq(priv->send_cq, MAX_SEND_CQE, priv->send_wc); in ipoib_tx_poll()
1000 n = ib_poll_cq(priv->recv_cq, IPOIB_NUM_WC, priv->ibwc); in ipoib_drain_cq()
/linux/drivers/infiniband/hw/mlx5/
H A Dmem.c168 ret = ib_poll_cq(cq, 1, &wc); in test_wc_poll_cq_result()
/linux/drivers/infiniband/core/
H A Dcq.c87 rc = ib_poll_cq(cq, num_entries, wc); in __poll_cq()
H A Duverbs_cmd.c1201 ret = ib_poll_cq(cq, 1, &wc); in ib_uverbs_poll_cq()
/linux/net/smc/
H A Dsmc_wr.c147 rc = ib_poll_cq(dev->roce_cq_send, SMC_WR_MAX_POLL_CQE, wc); in smc_wr_tx_tasklet_fn()
490 rc = ib_poll_cq(dev->roce_cq_recv, SMC_WR_MAX_POLL_CQE, wc); in smc_wr_rx_tasklet_fn()
/linux/net/rds/
H A Dib_cm.c265 while ((nr = ib_poll_cq(cq, RDS_IB_WC_MAX, wcs)) > 0) { in poll_scq()
310 while ((nr = ib_poll_cq(cq, RDS_IB_WC_MAX, wcs)) > 0) { in poll_rcq()
/linux/drivers/infiniband/hw/mlx4/
H A Dmad.c1745 while (ib_poll_cq(ctx->cq, 1, &wc) == 1) { in mlx4_ib_tunnel_comp_worker()
/linux/include/rdma/
H A Dib_verbs.h3960 static inline int ib_poll_cq(struct ib_cq *cq, int num_entries, in ib_poll_cq() function