Home
last modified time | relevance | path

Searched refs:mlx5_core_debug_mask (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_core.h43 extern int mlx5_core_debug_mask;
52 if ((mask) & mlx5_core_debug_mask) \
H A Dmlx5_main.c71 int mlx5_core_debug_mask; variable
73 &mlx5_core_debug_mask, 0,
H A Dmlx5_cmd.c728 data_only = !!(mlx5_core_debug_mask & (1 << MLX5_CMD_DATA)); in dump_command()