Searched refs:mlx5_eq_add_cq (Results 1 – 3 of 3) sorted by relevance
121 err = mlx5_eq_add_cq(eq, cq); in mlx5_core_create_cq()126 err = mlx5_eq_add_cq(&dev->priv.eq_table.async_eq, cq); in mlx5_core_create_cq()
130 int mlx5_eq_add_cq(struct mlx5_eq *eq, struct mlx5_core_cq *cq);
785 int mlx5_eq_add_cq(struct mlx5_eq *eq, struct mlx5_core_cq *cq) in mlx5_eq_add_cq() function