Searched refs:MLX5_DBG_CQ (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ofed/libmlx5/ |
H A D | verbs.c | 357 mlx5_dbg(fp, MLX5_DBG_CQ, "CQE invalid\n"); in create_cq() 363 mlx5_dbg(fp, MLX5_DBG_CQ, in create_cq() 371 mlx5_dbg(fp, MLX5_DBG_CQ, in create_cq() 378 mlx5_dbg(fp, MLX5_DBG_CQ, "\n"); in create_cq() 385 mlx5_dbg(fp, MLX5_DBG_CQ, "\n"); in create_cq() 397 mlx5_dbg(fp, MLX5_DBG_CQ, "ncqe %d\n", ncqe); in create_cq() 404 mlx5_dbg(fp, MLX5_DBG_CQ, "\n"); in create_cq() 410 mlx5_dbg(fp, MLX5_DBG_CQ, "\n"); in create_cq() 416 mlx5_dbg(fp, MLX5_DBG_CQ, "\n"); in create_cq() 435 mlx5_dbg(fp, MLX5_DBG_CQ, in create_cq() [all...] |
H A D | mlx5.h | 81 MLX5_DBG_CQ = 1 << 1, enumerator
|