Searched refs:ibvcq (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/ofed/libbnxtre/ |
| H A D | main.h | 108 struct ibv_cq ibvcq; member 354 static inline struct bnxt_re_cq *to_bnxt_re_cq(struct ibv_cq *ibvcq) in to_bnxt_re_cq() argument 356 return container_of(ibvcq, struct bnxt_re_cq, ibvcq); in to_bnxt_re_cq()
|
| H A D | verbs.c | 327 &cq->ibvcq, &cmd.cmd, sizeof(cmd), in _bnxt_re_create_cq() 370 return &cq->ibvcq; in _bnxt_re_create_cq() 449 rc = ibv_cmd_poll_cq(&cq->ibvcq, 1, &tmp_wc); in bnxt_re_poll_kernel_cq() 466 struct bnxt_re_context *cntx = to_bnxt_re_context(cq->ibvcq.context); in bnxt_re_resize_cq_complete() 494 int bnxt_re_resize_cq(struct ibv_cq *ibvcq, int ncqe) in bnxt_re_resize_cq() argument 496 struct bnxt_re_context *cntx = to_bnxt_re_context(ibvcq->context); in bnxt_re_resize_cq() 497 struct bnxt_re_dev *dev = to_bnxt_re_dev(ibvcq->context->device); in bnxt_re_resize_cq() 498 struct bnxt_re_cq *cq = to_bnxt_re_cq(ibvcq); in bnxt_re_resize_cq() 518 rc = ibv_cmd_resize_cq(ibvcq, ncqe, &req.cmd, in bnxt_re_resize_cq() 577 int bnxt_re_destroy_cq(struct ibv_cq *ibvcq) in bnxt_re_destroy_cq() argument [all …]
|
| H A D | db.c | 117 cq = container_of(cntx->dbr_cq, struct bnxt_re_cq, ibvcq); in bnxt_re_do_pacing()
|
| /src/contrib/ofed/libmlx4/ |
| H A D | cq.c | 681 int mlx4_arm_cq(struct ibv_cq *ibvcq, int solicited) in mlx4_arm_cq() argument 683 struct mlx4_cq *cq = to_mcq(ibvcq); in mlx4_arm_cq() 704 mlx4_write64(doorbell, to_mctx(ibvcq->context), MLX4_CQ_DOORBELL); in mlx4_arm_cq()
|
| /src/contrib/ofed/libmlx5/ |
| H A D | cq.c | 1281 int mlx5_arm_cq(struct ibv_cq *ibvcq, int solicited) in mlx5_arm_cq() argument 1283 struct mlx5_cq *cq = to_mcq(ibvcq); in mlx5_arm_cq() 1284 struct mlx5_context *ctx = to_mctx(ibvcq->context); in mlx5_arm_cq()
|