Home
last modified time | relevance | path

Searched refs:ibvcq (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libmlx4/
H A Dcq.c681 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()
/freebsd/contrib/ofed/libmlx5/
H A Dcq.c1281 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()