Home
last modified time | relevance | path

Searched refs:poll_cq (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.c104 .poll_cq = irdma_upoll_cq,
/freebsd/contrib/ofed/libibverbs/
H A Dcompat-1_0.c178 int (*poll_cq)(struct ibv_cq_1_0 *cq, int num_entries, member
359 return cq->context->real_context->ops.poll_cq(cq->real_cq, num_entries, wc); in poll_cq_wrapper_1_0()
540 ctx->ops.poll_cq = poll_cq_wrapper_1_0; in __ibv_open_device_1_0()
H A Dverbs.h1426 int (*poll_cq)(struct ibv_cq *cq, int num_entries, struct ibv_wc *wc); member
1919 return cq->context->ops.poll_cq(cq, num_entries, wc); in ibv_poll_cq()
/freebsd/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, in poll_cq() function
1043 return poll_cq(ibcq, ne, wc, 0); in mlx5_poll_cq()
1048 return poll_cq(ibcq, ne, wc, 1); in mlx5_poll_cq_v1()
H A Dmlx5.c109 .poll_cq = mlx5_poll_cq,
836 mlx5_ctx_ops.poll_cq = mlx5_poll_cq_v1; in mlx5_init_context()
/freebsd/contrib/ofed/libcxgb4/
H A Dcq.c345 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq() function
598 ret = poll_cq(wq, &(chp->cq), &cqe, &cqe_flushed, &cookie, &credit); in c4iw_poll_cq_one()
H A Ddev.c156 context->ibv_ctx.ops.poll_cq = c4iw_poll_cq; in c4iw_alloc_context()
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c99 .poll_cq = mlx4_poll_cq,
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c489 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq() function
735 ret = poll_cq(wq, &(chp->cq), &cqe, &cqe_flushed, &cookie, &credit); in c4iw_poll_cq_one()
H A Dprovider.c470 ibdev->poll_cq = c4iw_poll_cq; in c4iw_register_device()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c215 ssk->poll_cq = 1; in sdp_response_handler()
H A Dsdp.h380 int poll_cq; member
H A Dsdp_rx.c579 if (unlikely(!ssk->poll_cq)) { in sdp_rx_comp_work()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_device.c109 IB_MANDATORY_FUNC(poll_cq), in ib_device_check_mandatory()
H A Dib_uverbs_cmd.c3808 UAPI_DEF_METHOD_NEEDS_FN(poll_cq)),
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2277 int (*poll_cq)(struct ib_cq *cq, int num_entries, member
3429 return cq->device->poll_cq(cq, num_entries, wc); in ib_poll_cq()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c253 ibdev->poll_cq = qlnxr_poll_cq; in qlnxr_register_device()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c1217 dev->ib_dev.poll_cq = mthca_poll_cq; in mthca_register_device()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2538 ibdev->ib_dev.poll_cq = mlx4_ib_poll_cq; in mlx4_ib_add()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3463 dev->ib_dev.poll_cq = mlx5_ib_poll_cq; in mlx5_ib_add()
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c3298 dev_ops->poll_cq = irdma_poll_cq; in irdma_set_device_ops()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2143 ibdev->poll_cq = bnxt_re_poll_cq; in bnxt_re_register_ib()