Searched refs:ibvcq (Results 1 – 2 of 2) sorted by relevance
681 int mlx4_arm_cq(struct ibv_cq *ibvcq, int solicited) in mlx4_arm_cq() argument683 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()
1281 int mlx5_arm_cq(struct ibv_cq *ibvcq, int solicited) in mlx5_arm_cq() argument1283 struct mlx5_cq *cq = to_mcq(ibvcq); in mlx5_arm_cq()1284 struct mlx5_context *ctx = to_mctx(ibvcq->context); in mlx5_arm_cq()