/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_umain.c | 104 .poll_cq = irdma_upoll_cq,
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | compat-1_0.c | 178 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 D | verbs.h | 1426 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 D | cq.c | 729 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 D | mlx5.c | 109 .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 D | cq.c | 345 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 D | dev.c | 156 context->ibv_ctx.ops.poll_cq = c4iw_poll_cq; in c4iw_alloc_context()
|
/freebsd/contrib/ofed/libmlx4/ |
H A D | mlx4.c | 99 .poll_cq = mlx4_poll_cq,
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | cq.c | 491 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq() function 737 ret = poll_cq(wq, &(chp->cq), &cqe, &cqe_flushed, &cookie, &credit); in c4iw_poll_cq_one()
|
H A D | provider.c | 472 ibdev->poll_cq = c4iw_poll_cq; in c4iw_register_device()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_cma.c | 215 ssk->poll_cq = 1; in sdp_response_handler()
|
H A D | sdp.h | 380 int poll_cq; member
|
H A D | sdp_rx.c | 579 if (unlikely(!ssk->poll_cq)) { in sdp_rx_comp_work()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_device.c | 109 IB_MANDATORY_FUNC(poll_cq), in ib_device_check_mandatory()
|
H A D | ib_uverbs_cmd.c | 3808 UAPI_DEF_METHOD_NEEDS_FN(poll_cq)),
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 2277 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 D | qlnxr_os.c | 253 ibdev->poll_cq = qlnxr_poll_cq; in qlnxr_register_device()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 1217 dev->ib_dev.poll_cq = mthca_poll_cq; in mthca_register_device()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 2538 ibdev->ib_dev.poll_cq = mlx4_ib_poll_cq; in mlx4_ib_add()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 3462 dev->ib_dev.poll_cq = mlx5_ib_poll_cq; in mlx5_ib_add()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_verbs.c | 3298 dev_ops->poll_cq = irdma_poll_cq; in irdma_set_device_ops()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | main.c | 2143 ibdev->poll_cq = bnxt_re_poll_cq; in bnxt_re_register_ib()
|