Searched refs:req_notify_cq (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Duverbs.h263 IB_UVERBS_DECLARE_CMD(req_notify_cq); variable
H A Dib_device.c112 IB_MANDATORY_FUNC(req_notify_cq),
/freebsd-12-stable/contrib/ofed/libcxgb4/
H A Ddev.c103 .req_notify_cq = c4iw_arm_cq,
157 context->ibv_ctx.ops.req_notify_cq = c4iw_arm_cq;
/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dmlx4.c100 .req_notify_cq = mlx4_arm_cq,
/freebsd-12-stable/contrib/ofed/libibverbs/
H A Dcompat-1_0.c180 int (*req_notify_cq)(struct ibv_cq_1_0 *cq, member in struct:ibv_context_ops_1_0
364 return cq->context->real_context->ops.req_notify_cq(cq->real_cq, sol_only);
541 ctx->ops.req_notify_cq = req_notify_cq_wrapper_1_0;
H A Dverbs.h1427 int (*req_notify_cq)(struct ibv_cq *cq, int solicited_only); member in struct:ibv_context_ops
1933 return cq->context->ops.req_notify_cq(cq, solicited_only);
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c502 ibdev->req_notify_cq = c4iw_arm_cq;
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_provider.c1286 dev->ib_dev.req_notify_cq = mthca_arbel_arm_cq;
1290 dev->ib_dev.req_notify_cq = mthca_tavor_arm_cq;
/freebsd-12-stable/contrib/ofed/libmlx5/
H A Dmlx5.c104 .req_notify_cq = mlx5_arm_cq,
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1997 int (*req_notify_cq)(struct ib_cq *cq, member in struct:ib_device
2924 return cq->device->req_notify_cq(cq, flags);
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2630 ibdev->ib_dev.req_notify_cq = mlx4_ib_arm_cq;
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3200 dev->ib_dev.req_notify_cq = mlx5_ib_arm_cq;

Completed in 221 milliseconds