Searched refs:poll_cq (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Duverbs.h260 IB_UVERBS_DECLARE_CMD(poll_cq); variable
H A Dib_device.c111 IB_MANDATORY_FUNC(poll_cq),
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dcq.c209 * This logic is similar to poll_cq(), but not quite the same
211 * also do any translation magic that poll_cq() normally does.
330 * poll_cq
345 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, function
598 ret = poll_cq(wq, &(chp->cq), &cqe, &cqe_flushed, &cookie, &credit);
H A Ddev.c156 context->ibv_ctx.ops.poll_cq = c4iw_poll_cq;
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4.c99 .poll_cq = mlx4_poll_cq,
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcompat-1_0.c178 int (*poll_cq)(struct ibv_cq_1_0 *cq, int num_entries, member in struct:ibv_context_ops_1_0
359 return cq->context->real_context->ops.poll_cq(cq->real_cq, num_entries, wc);
540 ctx->ops.poll_cq = poll_cq_wrapper_1_0;
H A Dverbs.h1426 int (*poll_cq)(struct ibv_cq *cq, int num_entries, struct ibv_wc *wc); member in struct:ibv_context_ops
1919 return cq->context->ops.poll_cq(cq, num_entries, wc);
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dcq.c729 static inline int poll_cq(struct ibv_cq *ibcq, int ne,
732 static inline int poll_cq(struct ibv_cq *ibcq, int ne, function
1043 return poll_cq(ibcq, ne, wc, 0);
1048 return poll_cq(ibcq, ne, wc, 1);
H A Dmlx5.c103 .poll_cq = mlx5_poll_cq,
826 mlx5_ctx_ops.poll_cq = mlx5_poll_cq_v1;
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c208 ssk->poll_cq = 1;
H A Dsdp_rx.c578 if (unlikely(!ssk->poll_cq)) {
H A Dsdp.h422 int poll_cq; member in struct:sdp_sock
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c371 * This logic is similar to poll_cq(), but not quite the same
373 * also do any translation magic that poll_cq() normally does.
474 * poll_cq
489 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, function
735 ret = poll_cq(wq, &(chp->cq), &cqe, &cqe_flushed, &cookie, &credit);
H A Dprovider.c486 ibdev->poll_cq = c4iw_poll_cq;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1997 int (*poll_cq)(struct ib_cq *cq, int num_entries, member in struct:ib_device
2887 return cq->device->poll_cq(cq, num_entries, wc);
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1116 dev->ibdev.poll_cq = iwch_poll_cq;
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c1264 dev->ib_dev.poll_cq = mthca_poll_cq;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3198 dev->ib_dev.poll_cq = mlx5_ib_poll_cq;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2629 ibdev->ib_dev.poll_cq = mlx4_ib_poll_cq;

Completed in 368 milliseconds