Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ofed/libcxgb4/
HDdev.c103 .req_notify_cq = c4iw_arm_cq,
157 context->ibv_ctx.ops.req_notify_cq = c4iw_arm_cq; in c4iw_alloc_context()
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
HDuverbs.h268 IB_UVERBS_DECLARE_CMD(req_notify_cq);
HDib_device.c110 IB_MANDATORY_FUNC(req_notify_cq), in ib_device_check_mandatory()
/freebsd-13-stable/contrib/ofed/libirdma/
HDirdma_umain.c105 .req_notify_cq = irdma_uarm_cq,
/freebsd-13-stable/contrib/ofed/libibverbs/
HDcompat-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()
HDverbs.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-13-stable/contrib/ofed/libmlx4/
HDmlx4.c100 .req_notify_cq = mlx4_arm_cq,
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
HDprovider.c499 ibdev->req_notify_cq = c4iw_arm_cq; in c4iw_register_device()
/freebsd-13-stable/sys/dev/mthca/
HDmthca_provider.c1286 dev->ib_dev.req_notify_cq = mthca_arbel_arm_cq; in mthca_register_device()
1290 dev->ib_dev.req_notify_cq = mthca_tavor_arm_cq; in mthca_register_device()
/freebsd-13-stable/sys/ofed/include/rdma/
HDib_verbs.h2044 int (*req_notify_cq)(struct ib_cq *cq, member
3009 return cq->device->req_notify_cq(cq, flags); in ib_req_notify_cq()
/freebsd-13-stable/contrib/ofed/libmlx5/
HDmlx5.c104 .req_notify_cq = mlx5_arm_cq,
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
HDqlnxr_os.c226 ibdev->req_notify_cq = qlnxr_arm_cq; in qlnxr_register_device()
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
HDmlx4_ib_main.c2628 ibdev->ib_dev.req_notify_cq = mlx4_ib_arm_cq; in mlx4_ib_add()
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_main.c3428 dev->ib_dev.req_notify_cq = mlx5_ib_arm_cq; in mlx5_ib_add()
/freebsd-13-stable/sys/dev/irdma/
HDirdma_verbs.c3358 dev_ops->req_notify_cq = irdma_req_notify_cq; in irdma_set_device_ops()