Searched refs:mlx5_dbg (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ofed/libmlx5/ |
H A D | buf.c | 95 mlx5_dbg(stderr, MLX5_DBG_CONTIG, "%s\n", strerror(errno)); in free_huge_mem() 202 mlx5_dbg(stderr, MLX5_DBG_CONTIG, "%s\n", strerror(errno)); in alloc_huge_mem() 208 mlx5_dbg(stderr, MLX5_DBG_CONTIG, "%s\n", strerror(errno)); in alloc_huge_mem() 214 mlx5_dbg(stderr, MLX5_DBG_CONTIG, "%s\n", strerror(errno)); in alloc_huge_mem() 227 mlx5_dbg(stderr, MLX5_DBG_CONTIG, "%s\n", strerror(errno)); in alloc_huge_mem() 288 mlx5_dbg(stderr, MLX5_DBG_CONTIG, "\n"); in alloc_huge_buf() 347 mlx5_dbg(stderr, MLX5_DBG_CONTIG, in mlx5_alloc_prefered_buf() 361 mlx5_dbg(stderr, MLX5_DBG_CONTIG, in mlx5_alloc_prefered_buf() 521 mlx5_dbg(mctx->dbg_fp, MLX5_DBG_CONTIG, "block order %d, addr %p\n", in mlx5_alloc_buf_contig()
|
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(f in create_cq() [all...] |
H A D | qp.c | 369 mlx5_dbg(fp, MLX5_DBG_QP_SEND, "illegal num_sge: %d, minimum is 1\n", in copy_eth_inline_headers() 390 mlx5_dbg(fp, MLX5_DBG_QP_SEND, "Ethernet headers < 16 bytes\n"); in copy_eth_inline_headers() 573 mlx5_dbg(fp, MLX5_DBG_QP_SEND, in set_tso_eth_seg() 645 mlx5_dbg(fp, MLX5_DBG_QP_SEND, "bad opcode %d\n", wr->opcode); in _mlx5_post_send() 653 mlx5_dbg(fp, MLX5_DBG_QP_SEND, "work queue overflow\n"); in _mlx5_post_send() 660 mlx5_dbg(fp, MLX5_DBG_QP_SEND, "max gs exceeded %d (max = %d)\n", in _mlx5_post_send() 709 mlx5_dbg(fp, MLX5_DBG_QP_SEND, "atomic operations are not supported\n"); in _mlx5_post_send() 841 mlx5_dbg(fp, MLX5_DBG_QP_SEND, in _mlx5_post_send() 862 mlx5_dbg(fp, MLX5_DBG_QP_SEND, in _mlx5_post_send()
|
H A D | mlx5.h | 92 #define mlx5_dbg(fp, mask, format, arg...) \ macro 99 static inline void mlx5_dbg(FILE *fp, uint32_t mask, const char *fmt, ...) 101 static inline void mlx5_dbg(FILE *fp, uint32_t mask, const char *fmt, ...) in mlx5_dbg() function
|
H A D | cq.c | 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()
|