Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dcq.c494 if (mlx5_debug_mask & MLX5_DBG_CQ_CQE) { in mlx5_get_next_cqe()
497 mlx5_dbg(fp, MLX5_DBG_CQ_CQE, "dump cqe for cqn 0x%x:\n", cq->cqn); in mlx5_get_next_cqe()
1088 mlx5_dbg(ctx->dbg_fp, MLX5_DBG_CQ_CQE, "un-expected opcode in cqe\n"); in mlx5_cq_read_wc_opcode()
H A Dmlx5.h84 MLX5_DBG_CQ_CQE = 1 << 4, enumerator