Searched refs:req_notify_cq (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13-stable/contrib/ofed/libcxgb4/ |
| HD | 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-13-stable/sys/ofed/drivers/infiniband/core/ |
| HD | uverbs.h | 268 IB_UVERBS_DECLARE_CMD(req_notify_cq);
|
| HD | ib_device.c | 110 IB_MANDATORY_FUNC(req_notify_cq), in ib_device_check_mandatory()
|
| /freebsd-13-stable/contrib/ofed/libirdma/ |
| HD | irdma_umain.c | 105 .req_notify_cq = irdma_uarm_cq,
|
| /freebsd-13-stable/contrib/ofed/libibverbs/ |
| HD | 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()
|
| HD | 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-13-stable/contrib/ofed/libmlx4/ |
| HD | mlx4.c | 100 .req_notify_cq = mlx4_arm_cq,
|
| /freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/ |
| HD | provider.c | 499 ibdev->req_notify_cq = c4iw_arm_cq; in c4iw_register_device()
|
| /freebsd-13-stable/sys/dev/mthca/ |
| HD | mthca_provider.c | 1286 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/ |
| HD | ib_verbs.h | 2044 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/ |
| HD | mlx5.c | 104 .req_notify_cq = mlx5_arm_cq,
|
| /freebsd-13-stable/sys/dev/qlnx/qlnxr/ |
| HD | qlnxr_os.c | 226 ibdev->req_notify_cq = qlnxr_arm_cq; in qlnxr_register_device()
|
| /freebsd-13-stable/sys/dev/mlx4/mlx4_ib/ |
| HD | mlx4_ib_main.c | 2628 ibdev->ib_dev.req_notify_cq = mlx4_ib_arm_cq; in mlx4_ib_add()
|
| /freebsd-13-stable/sys/dev/mlx5/mlx5_ib/ |
| HD | mlx5_ib_main.c | 3428 dev->ib_dev.req_notify_cq = mlx5_ib_arm_cq; in mlx5_ib_add()
|
| /freebsd-13-stable/sys/dev/irdma/ |
| HD | irdma_verbs.c | 3358 dev_ops->req_notify_cq = irdma_req_notify_cq; in irdma_set_device_ops()
|