Searched refs:dbg_fp (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5.c | 454 ctx->dbg_fp = stderr; in open_debug_file() 458 ctx->dbg_fp = fopen(env, "aw+"); in open_debug_file() 459 if (!ctx->dbg_fp) { in open_debug_file() 461 ctx->dbg_fp = stderr; in open_debug_file() 468 if (ctx->dbg_fp && ctx->dbg_fp != stderr) in close_debug_file() 469 fclose(ctx->dbg_fp); in close_debug_file()
|
H A D | qp.c | 366 FILE *fp = to_mctx(ibqp->context)->dbg_fp; in copy_eth_inline_headers() 569 FILE *fp = to_mctx(qp->ibv_qp->context)->dbg_fp; in set_tso_eth_seg() 636 FILE *fp = to_mctx(ibqp->context)->dbg_fp; /* The compiler ignores in non-debug mode */ in _mlx5_post_send() 915 dump_wqe(to_mctx(ibqp->context)->dbg_fp, idx, size, qp); in _mlx5_post_send()
|
H A D | verbs.c | 354 FILE *fp = to_mctx(context)->dbg_fp; in create_cq() 888 FILE *fp = ctx->dbg_fp; in mlx5_calc_sq_size() 972 FILE *fp = ctx->dbg_fp; in mlx5_calc_rq_size() 1257 FILE *fp = ctx->dbg_fp; in create_qp() 1831 FILE *fp = ctx->dbg_fp; in mlx5_create_xrc_srq() 2068 FILE *fp = ctx->dbg_fp; in mlx5_create_wq()
|
H A D | cq.c | 495 FILE *fp = mctx->dbg_fp; in mlx5_get_next_cqe() 637 FILE *fp = mctx->dbg_fp; in mlx5_parse_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 D | buf.c | 521 mlx5_dbg(mctx->dbg_fp, MLX5_DBG_CONTIG, "block order %d, addr %p\n", in mlx5_alloc_buf_contig()
|
H A D | mlx5.h | 253 FILE *dbg_fp; member
|