Searched refs:mlx5_core_debug_mask (Results 1 – 3 of 3) sorted by relevance
46 extern uint mlx5_core_debug_mask;61 if ((mask) & mlx5_core_debug_mask) \
82 unsigned int mlx5_core_debug_mask; variable83 module_param_named(debug_mask, mlx5_core_debug_mask, uint, 0644);
876 data_only = !!(mlx5_core_debug_mask & (1 << MLX5_CMD_DATA)); in dump_command()