Searched refs:dbg_fp (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dmlx5.c444 ctx->dbg_fp = stderr;
448 ctx->dbg_fp = fopen(env, "aw+");
449 if (!ctx->dbg_fp) {
451 ctx->dbg_fp = stderr;
458 if (ctx->dbg_fp && ctx->dbg_fp != stderr)
459 fclose(ctx->dbg_fp);
H A Dqp.c366 FILE *fp = to_mctx(ibqp->context)->dbg_fp;
569 FILE *fp = to_mctx(qp->ibv_qp->context)->dbg_fp;
636 FILE *fp = to_mctx(ibqp->context)->dbg_fp; /* The compiler ignores in non-debug mode */
915 dump_wqe(to_mctx(ibqp->context)->dbg_fp, idx, size, qp);
H A Dverbs.c354 FILE *fp = to_mctx(context)->dbg_fp;
872 FILE *fp = ctx->dbg_fp;
956 FILE *fp = ctx->dbg_fp;
1241 FILE *fp = ctx->dbg_fp;
1805 FILE *fp = ctx->dbg_fp;
2039 FILE *fp = ctx->dbg_fp;
H A Dbuf.c521 mlx5_dbg(mctx->dbg_fp, MLX5_DBG_CONTIG, "block order %d, addr %p\n",
H A Dcq.c495 FILE *fp = mctx->dbg_fp;
637 FILE *fp = mctx->dbg_fp;
1088 mlx5_dbg(ctx->dbg_fp, MLX5_DBG_CQ_CQE, "un-expected opcode in cqe\n");
H A Dmlx5.h253 FILE *dbg_fp; member in struct:mlx5_context

Completed in 121 milliseconds