Home
last modified time | relevance | path

Searched refs:req_notify_cq (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c103 .req_notify_cq = c4iw_arm_cq,
157 context->ibv_ctx.ops.req_notify_cq = c4iw_arm_cq; in c4iw_alloc_context()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.c105 .req_notify_cq = irdma_uarm_cq,
/freebsd/contrib/ofed/libibverbs/
H A Dcompat-1_0.c180 int (*req_notify_cq)(struct ibv_cq_1_0 *cq, member
364 return cq->context->real_context->ops.req_notify_cq(cq->real_cq, sol_only); in req_notify_cq_wrapper_1_0()
541 ctx->ops.req_notify_cq = req_notify_cq_wrapper_1_0; in __ibv_open_device_1_0()
H A Dverbs.h1427 int (*req_notify_cq)(struct ibv_cq *cq, int solicited_only); member
1933 return cq->context->ops.req_notify_cq(cq, solicited_only); in ibv_req_notify_cq()
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c100 .req_notify_cq = mlx4_arm_cq,
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c1239 dev->ib_dev.req_notify_cq = mthca_arbel_arm_cq; in mthca_register_device()
1243 dev->ib_dev.req_notify_cq = mthca_tavor_arm_cq; in mthca_register_device()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c481 ibdev->req_notify_cq = c4iw_arm_cq; in c4iw_register_device()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_device.c110 IB_MANDATORY_FUNC(req_notify_cq), in ib_device_check_mandatory()
H A Dib_uverbs_cmd.c3813 UAPI_DEF_METHOD_NEEDS_FN(req_notify_cq)),
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c110 .req_notify_cq = mlx5_arm_cq,
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2280 int (*req_notify_cq)(struct ib_cq *cq, member
3474 return cq->device->req_notify_cq(cq, flags); in ib_req_notify_cq()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c233 ibdev->req_notify_cq = qlnxr_arm_cq; in qlnxr_register_device()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2539 ibdev->ib_dev.req_notify_cq = mlx4_ib_arm_cq; in mlx4_ib_add()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3464 dev->ib_dev.req_notify_cq = mlx5_ib_arm_cq; in mlx5_ib_add()
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c3307 dev_ops->req_notify_cq = irdma_req_notify_cq; in irdma_set_device_ops()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2144 ibdev->req_notify_cq = bnxt_re_req_notify_cq; in bnxt_re_register_ib()