Searched refs:ib_poll_cq (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/Documentation/translations/zh_CN/infiniband/ |
H A D | core_locking.rst | 71 CPU上同时安全地调用ib_poll_cq()。然而,不同的ib_poll_cq()调用之间
|
/openbmc/linux/Documentation/infiniband/ |
H A D | core_locking.rst | 62 example, a consumer may safely call ib_poll_cq() on multiple CPUs 64 information between different calls of ib_poll_cq() is not defined.
|
/openbmc/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ib.c | 439 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() 976 n = ib_poll_cq(priv->recv_cq, IPOIB_NUM_WC, priv->ibwc); in ipoib_drain_cq()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | mem.c | 168 ret = ib_poll_cq(cq, 1, &wc); in test_wc_poll_cq_result()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | cq.c | 87 rc = ib_poll_cq(cq, num_entries, wc); in __poll_cq()
|
H A D | uverbs_cmd.c | 1201 ret = ib_poll_cq(cq, 1, &wc); in ib_uverbs_poll_cq()
|
/openbmc/linux/net/smc/ |
H A D | smc_wr.c | 147 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()
|
/openbmc/linux/net/rds/ |
H A D | ib_cm.c | 265 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()
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | mad.c | 1745 while (ib_poll_cq(ctx->cq, 1, &wc) == 1) { in mlx4_ib_tunnel_comp_worker()
|
/openbmc/linux/include/rdma/ |
H A D | ib_verbs.h | 3975 static inline int ib_poll_cq(struct ib_cq *cq, int num_entries, in ib_poll_cq() function
|