Searched refs:req_notify_cq (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/ofed/libcxgb4/ |
H A D | dev.c | 103 .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 D | irdma_umain.c | 105 .req_notify_cq = irdma_uarm_cq,
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | compat-1_0.c | 180 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 D | verbs.h | 1427 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 D | mlx4.c | 100 .req_notify_cq = mlx4_arm_cq,
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 1239 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 D | provider.c | 483 ibdev->req_notify_cq = c4iw_arm_cq; in c4iw_register_device()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_device.c | 110 IB_MANDATORY_FUNC(req_notify_cq), in ib_device_check_mandatory()
|
H A D | ib_uverbs_cmd.c | 3813 UAPI_DEF_METHOD_NEEDS_FN(req_notify_cq)),
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5.c | 110 .req_notify_cq = mlx5_arm_cq,
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 2280 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 D | qlnxr_os.c | 233 ibdev->req_notify_cq = qlnxr_arm_cq; in qlnxr_register_device()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 2539 ibdev->ib_dev.req_notify_cq = mlx4_ib_arm_cq; in mlx4_ib_add()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 3463 dev->ib_dev.req_notify_cq = mlx5_ib_arm_cq; in mlx5_ib_add()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_verbs.c | 3307 dev_ops->req_notify_cq = irdma_req_notify_cq; in irdma_set_device_ops()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | main.c | 2144 ibdev->req_notify_cq = bnxt_re_req_notify_cq; in bnxt_re_register_ib()
|